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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14881",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14882,
    "results": [
        {
            "start": 971431885,
            "stop": 971432056
        },
        {
            "start": 971432059,
            "stop": 971432879
        },
        {
            "start": 971432882,
            "stop": 971433241
        },
        {
            "start": 971433275,
            "stop": 971433409
        },
        {
            "start": 971433412,
            "stop": 971434258
        },
        {
            "start": 971434261,
            "stop": 971435941
        },
        {
            "start": 971435944,
            "stop": 971436113
        },
        {
            "start": 971436114,
            "stop": 971436132
        },
        {
            "start": 971436135,
            "stop": 971436187
        },
        {
            "start": 971436190,
            "stop": 971436299
        },
        {
            "start": 971436300,
            "stop": 971436420
        },
        {
            "start": 971436423,
            "stop": 971436863
        },
        {
            "start": 971436865,
            "stop": 971437027
        },
        {
            "start": 971437030,
            "stop": 971437119
        },
        {
            "start": 971437120,
            "stop": 971437160
        },
        {
            "start": 971437162,
            "stop": 971437215
        },
        {
            "start": 971437216,
            "stop": 971437232
        },
        {
            "start": 971437234,
            "stop": 971437399
        },
        {
            "start": 971437401,
            "stop": 971437427
        },
        {
            "start": 971437430,
            "stop": 971437443
        }
    ]
}