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=8384
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=8385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8383",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8384,
    "results": [
        {
            "start": 874888074,
            "stop": 874888200
        },
        {
            "start": 874888260,
            "stop": 874888560
        },
        {
            "start": 874888620,
            "stop": 874889000
        },
        {
            "start": 874889035,
            "stop": 874889079
        },
        {
            "start": 874889099,
            "stop": 874889112
        },
        {
            "start": 874889131,
            "stop": 874889160
        },
        {
            "start": 874889220,
            "stop": 874890485
        },
        {
            "start": 874890502,
            "stop": 874890593
        },
        {
            "start": 874890612,
            "stop": 874891193
        },
        {
            "start": 874891210,
            "stop": 874891733
        },
        {
            "start": 874891924,
            "stop": 874891980
        },
        {
            "start": 874892040,
            "stop": 874892760
        },
        {
            "start": 874892820,
            "stop": 874893667
        },
        {
            "start": 874893787,
            "stop": 874894380
        },
        {
            "start": 874894440,
            "stop": 874894860
        },
        {
            "start": 874894920,
            "stop": 874895760
        },
        {
            "start": 874895820,
            "stop": 874896136
        },
        {
            "start": 874896153,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874896480
        },
        {
            "start": 874896540,
            "stop": 874898580
        }
    ]
}