Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=88
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=87",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 88,
    "results": [
        {
            "start": 954085677,
            "stop": 954087321
        },
        {
            "start": 954088004,
            "stop": 954090431
        },
        {
            "start": 954096026,
            "stop": 954096223
        },
        {
            "start": 954096257,
            "stop": 954096480
        },
        {
            "start": 954097524,
            "stop": 954097701
        },
        {
            "start": 954102205,
            "stop": 954102238
        },
        {
            "start": 954102317,
            "stop": 954151105
        },
        {
            "start": 954152113,
            "stop": 954161411
        },
        {
            "start": 954177391,
            "stop": 954191253
        },
        {
            "start": 954191619,
            "stop": 954193856
        },
        {
            "start": 954194649,
            "stop": 954241853
        },
        {
            "start": 954245154,
            "stop": 954261167
        },
        {
            "start": 954264341,
            "stop": 954272770
        },
        {
            "start": 954281985,
            "stop": 954292247
        },
        {
            "start": 954293395,
            "stop": 954329320
        },
        {
            "start": 954331461,
            "stop": 954337780
        },
        {
            "start": 954337971,
            "stop": 954347082
        },
        {
            "start": 954350317,
            "stop": 954370593
        },
        {
            "start": 954374513,
            "stop": 954415170
        },
        {
            "start": 954419156,
            "stop": 954424711
        }
    ]
}