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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5357",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5358,
    "results": [
        {
            "start": 971441208,
            "stop": 971441215
        },
        {
            "start": 971441218,
            "stop": 971441299
        },
        {
            "start": 971441303,
            "stop": 971441307
        },
        {
            "start": 971441310,
            "stop": 971441385
        },
        {
            "start": 971441388,
            "stop": 971441411
        },
        {
            "start": 971441414,
            "stop": 971441507
        },
        {
            "start": 971441510,
            "stop": 971441514
        },
        {
            "start": 971441517,
            "stop": 971441584
        },
        {
            "start": 971441589,
            "stop": 971441884
        },
        {
            "start": 971441887,
            "stop": 971441938
        },
        {
            "start": 971441941,
            "stop": 971441960
        },
        {
            "start": 971441963,
            "stop": 971442013
        },
        {
            "start": 971442016,
            "stop": 971442043
        },
        {
            "start": 971442046,
            "stop": 971442348
        },
        {
            "start": 971442351,
            "stop": 971442423
        },
        {
            "start": 971442426,
            "stop": 971442454
        },
        {
            "start": 971442458,
            "stop": 971442531
        },
        {
            "start": 971442534,
            "stop": 971442606
        },
        {
            "start": 971442610,
            "stop": 971442718
        },
        {
            "start": 971442721,
            "stop": 971442739
        }
    ]
}