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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8367",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8368,
    "results": [
        {
            "start": 874753384,
            "stop": 874753540
        },
        {
            "start": 874753557,
            "stop": 874753631
        },
        {
            "start": 874753650,
            "stop": 874753829
        },
        {
            "start": 874753848,
            "stop": 874754109
        },
        {
            "start": 874754126,
            "stop": 874754382
        },
        {
            "start": 874754401,
            "stop": 874754480
        },
        {
            "start": 874754499,
            "stop": 874755076
        },
        {
            "start": 874755093,
            "stop": 874755344
        },
        {
            "start": 874755361,
            "stop": 874755600
        },
        {
            "start": 874755660,
            "stop": 874755801
        },
        {
            "start": 874755824,
            "stop": 874755842
        },
        {
            "start": 874755859,
            "stop": 874755927
        },
        {
            "start": 874755950,
            "stop": 874755960
        },
        {
            "start": 874756080,
            "stop": 874756170
        },
        {
            "start": 874756187,
            "stop": 874756440
        },
        {
            "start": 874756500,
            "stop": 874756502
        },
        {
            "start": 874756519,
            "stop": 874756560
        },
        {
            "start": 874756626,
            "stop": 874756752
        },
        {
            "start": 874756769,
            "stop": 874756995
        },
        {
            "start": 874757012,
            "stop": 874757100
        }
    ]
}