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=8400
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=8401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8399",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8400,
    "results": [
        {
            "start": 875082240,
            "stop": 875082482
        },
        {
            "start": 875082501,
            "stop": 875082531
        },
        {
            "start": 875082559,
            "stop": 875082713
        },
        {
            "start": 875083151,
            "stop": 875083200
        },
        {
            "start": 875083500,
            "stop": 875083560
        },
        {
            "start": 875083740,
            "stop": 875083800
        },
        {
            "start": 875091343,
            "stop": 875091411
        },
        {
            "start": 875091430,
            "stop": 875091803
        },
        {
            "start": 875091820,
            "stop": 875092389
        },
        {
            "start": 875092406,
            "stop": 875092417
        },
        {
            "start": 875092452,
            "stop": 875092480
        },
        {
            "start": 875092499,
            "stop": 875093175
        },
        {
            "start": 875093192,
            "stop": 875093342
        },
        {
            "start": 875093361,
            "stop": 875093564
        },
        {
            "start": 875093583,
            "stop": 875093905
        },
        {
            "start": 875093924,
            "stop": 875094492
        },
        {
            "start": 875094509,
            "stop": 875094607
        },
        {
            "start": 875094624,
            "stop": 875095705
        },
        {
            "start": 875095722,
            "stop": 875096518
        },
        {
            "start": 875096535,
            "stop": 875096838
        }
    ]
}