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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10203",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10204,
    "results": [
        {
            "start": 874012696,
            "stop": 874012848
        },
        {
            "start": 874012855,
            "stop": 874012864
        },
        {
            "start": 874013049,
            "stop": 874013682
        },
        {
            "start": 874013699,
            "stop": 874014030
        },
        {
            "start": 874014874,
            "stop": 874014984
        },
        {
            "start": 874014992,
            "stop": 874015380
        },
        {
            "start": 874015513,
            "stop": 874015898
        },
        {
            "start": 874015905,
            "stop": 874016015
        },
        {
            "start": 874016023,
            "stop": 874016193
        },
        {
            "start": 874016409,
            "stop": 874018071
        },
        {
            "start": 874018117,
            "stop": 874018122
        },
        {
            "start": 874018168,
            "stop": 874018299
        },
        {
            "start": 874018307,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874020443
        },
        {
            "start": 874021020,
            "stop": 874021285
        },
        {
            "start": 874021292,
            "stop": 874021296
        },
        {
            "start": 874021416,
            "stop": 874021605
        },
        {
            "start": 874021616,
            "stop": 874022910
        },
        {
            "start": 874023750,
            "stop": 874023900
        },
        {
            "start": 874029173,
            "stop": 874029319
        }
    ]
}