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/H2_CW_CAT1/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=97",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 98,
    "results": [
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494633
        },
        {
            "start": 824496618,
            "stop": 824501170
        },
        {
            "start": 824502919,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824569196
        },
        {
            "start": 824591331,
            "stop": 824596571
        },
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618447
        },
        {
            "start": 824621233,
            "stop": 824631418
        },
        {
            "start": 824664694,
            "stop": 824671432
        },
        {
            "start": 824673478,
            "stop": 824674513
        },
        {
            "start": 824675684,
            "stop": 824676237
        },
        {
            "start": 824680902,
            "stop": 824682973
        },
        {
            "start": 824684704,
            "stop": 824686556
        },
        {
            "start": 824690769,
            "stop": 824694228
        },
        {
            "start": 824695911,
            "stop": 824701465
        },
        {
            "start": 824701469,
            "stop": 824708874
        }
    ]
}