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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=60",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 61,
    "results": [
        {
            "start": 822483124,
            "stop": 822483253
        },
        {
            "start": 822483302,
            "stop": 822483303
        },
        {
            "start": 822486746,
            "stop": 822486766
        },
        {
            "start": 822486894,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822488963
        },
        {
            "start": 822489181,
            "stop": 822489729
        },
        {
            "start": 822489874,
            "stop": 822491953
        },
        {
            "start": 822491969,
            "stop": 822491970
        },
        {
            "start": 822492074,
            "stop": 822493993
        },
        {
            "start": 822494164,
            "stop": 822494330
        },
        {
            "start": 822494405,
            "stop": 822495493
        },
        {
            "start": 822495631,
            "stop": 822495817
        },
        {
            "start": 822495913,
            "stop": 822496009
        },
        {
            "start": 822496014,
            "stop": 822496026
        },
        {
            "start": 822496030,
            "stop": 822496093
        },
        {
            "start": 822496123,
            "stop": 822496124
        },
        {
            "start": 822496250,
            "stop": 822496453
        },
        {
            "start": 822510610,
            "stop": 822511056
        },
        {
            "start": 822511060,
            "stop": 822511080
        }
    ]
}