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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=275",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 276,
    "results": [
        {
            "start": 935233398,
            "stop": 935233417
        },
        {
            "start": 935233419,
            "stop": 935233423
        },
        {
            "start": 935233425,
            "stop": 935233439
        },
        {
            "start": 935233443,
            "stop": 935236957
        },
        {
            "start": 935236959,
            "stop": 935236960
        },
        {
            "start": 935236962,
            "stop": 935236967
        },
        {
            "start": 935236971,
            "stop": 935236986
        },
        {
            "start": 935236988,
            "stop": 935237013
        },
        {
            "start": 935237016,
            "stop": 935237021
        },
        {
            "start": 935237023,
            "stop": 935237037
        },
        {
            "start": 935237041,
            "stop": 935238442
        },
        {
            "start": 935239579,
            "stop": 935240538
        },
        {
            "start": 935240540,
            "stop": 935240570
        },
        {
            "start": 935240572,
            "stop": 935240586
        },
        {
            "start": 935240588,
            "stop": 935240620
        },
        {
            "start": 935240623,
            "stop": 935240637
        },
        {
            "start": 935241927,
            "stop": 935244136
        },
        {
            "start": 935244138,
            "stop": 935244158
        },
        {
            "start": 935244161,
            "stop": 935244166
        },
        {
            "start": 935244170,
            "stop": 935244184
        }
    ]
}