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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=28",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 29,
    "results": [
        {
            "start": 938833284,
            "stop": 938835663
        },
        {
            "start": 938836119,
            "stop": 938866911
        },
        {
            "start": 938902321,
            "stop": 938903234
        },
        {
            "start": 938906213,
            "stop": 938918251
        },
        {
            "start": 938918284,
            "stop": 938918305
        },
        {
            "start": 938918334,
            "stop": 938918339
        },
        {
            "start": 938918359,
            "stop": 938918454
        },
        {
            "start": 938918503,
            "stop": 938918817
        },
        {
            "start": 938925027,
            "stop": 938950076
        },
        {
            "start": 938951820,
            "stop": 938954396
        },
        {
            "start": 938958244,
            "stop": 938965304
        },
        {
            "start": 938966108,
            "stop": 938969359
        },
        {
            "start": 938970470,
            "stop": 938975617
        },
        {
            "start": 938976457,
            "stop": 938978753
        },
        {
            "start": 938979376,
            "stop": 938982635
        },
        {
            "start": 938983262,
            "stop": 938985906
        },
        {
            "start": 939020344,
            "stop": 939027135
        },
        {
            "start": 939039358,
            "stop": 939042860
        },
        {
            "start": 939043695,
            "stop": 939044253
        },
        {
            "start": 939045949,
            "stop": 939046937
        }
    ]
}