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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4053",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4054,
    "results": [
        {
            "start": 875106543,
            "stop": 875106560
        },
        {
            "start": 875106563,
            "stop": 875106597
        },
        {
            "start": 875106605,
            "stop": 875106628
        },
        {
            "start": 875106631,
            "stop": 875106679
        },
        {
            "start": 875106682,
            "stop": 875106683
        },
        {
            "start": 875106686,
            "stop": 875106732
        },
        {
            "start": 875106735,
            "stop": 875106791
        },
        {
            "start": 875106794,
            "stop": 875106854
        },
        {
            "start": 875106857,
            "stop": 875106885
        },
        {
            "start": 875106891,
            "stop": 875106917
        },
        {
            "start": 875106920,
            "stop": 875107065
        },
        {
            "start": 875107068,
            "stop": 875107182
        },
        {
            "start": 875107185,
            "stop": 875107236
        },
        {
            "start": 875107239,
            "stop": 875107250
        },
        {
            "start": 875107253,
            "stop": 875107293
        },
        {
            "start": 875107301,
            "stop": 875107433
        },
        {
            "start": 875107438,
            "stop": 875107474
        },
        {
            "start": 875107477,
            "stop": 875107479
        },
        {
            "start": 875107482,
            "stop": 875107488
        },
        {
            "start": 875107501,
            "stop": 875107508
        }
    ]
}