Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=44",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 45,
    "results": [
        {
            "start": 821056143,
            "stop": 821056324
        },
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821062807,
            "stop": 821062808
        },
        {
            "start": 821063136,
            "stop": 821063287
        },
        {
            "start": 821064968,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074813
        },
        {
            "start": 821074827,
            "stop": 821074828
        },
        {
            "start": 821075569,
            "stop": 821076009
        },
        {
            "start": 821076975,
            "stop": 821077033
        },
        {
            "start": 821077058,
            "stop": 821077059
        },
        {
            "start": 821077436,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821077633
        },
        {
            "start": 821077636,
            "stop": 821077637
        },
        {
            "start": 821077880,
            "stop": 821083975
        },
        {
            "start": 821083979,
            "stop": 821083993
        },
        {
            "start": 821084254,
            "stop": 821084447
        },
        {
            "start": 821084450,
            "stop": 821084465
        },
        {
            "start": 821084469,
            "stop": 821084475
        },
        {
            "start": 821084479,
            "stop": 821084593
        },
        {
            "start": 821084621,
            "stop": 821084623
        }
    ]
}