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=10281
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=10282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10280",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10281,
    "results": [
        {
            "start": 874889148,
            "stop": 874889160
        },
        {
            "start": 874889220,
            "stop": 874890599
        },
        {
            "start": 874890606,
            "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": 874896306
        },
        {
            "start": 874896411,
            "stop": 874896480
        },
        {
            "start": 874896540,
            "stop": 874898580
        },
        {
            "start": 874898640,
            "stop": 874899928
        },
        {
            "start": 874899936,
            "stop": 874899960
        },
        {
            "start": 874900020,
            "stop": 874900200
        },
        {
            "start": 874900260,
            "stop": 874900680
        },
        {
            "start": 874900740,
            "stop": 874902840
        },
        {
            "start": 874902900,
            "stop": 874903980
        },
        {
            "start": 874904040,
            "stop": 874904340
        },
        {
            "start": 874904400,
            "stop": 874904426
        }
    ]
}