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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=19",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 20,
    "results": [
        {
            "start": 931162602,
            "stop": 931162603
        },
        {
            "start": 931162612,
            "stop": 931162616
        },
        {
            "start": 931162619,
            "stop": 931162621
        },
        {
            "start": 931162634,
            "stop": 931162639
        },
        {
            "start": 931162648,
            "stop": 931162649
        },
        {
            "start": 931162655,
            "stop": 931162659
        },
        {
            "start": 931162670,
            "stop": 931162674
        },
        {
            "start": 931162681,
            "stop": 931162682
        },
        {
            "start": 931162693,
            "stop": 931162694
        },
        {
            "start": 931162703,
            "stop": 931162707
        },
        {
            "start": 931162711,
            "stop": 931162714
        },
        {
            "start": 931162718,
            "stop": 931162722
        },
        {
            "start": 931162735,
            "stop": 931162737
        },
        {
            "start": 931162746,
            "stop": 931162749
        },
        {
            "start": 931162751,
            "stop": 931162755
        },
        {
            "start": 931162769,
            "stop": 931162772
        },
        {
            "start": 931162791,
            "stop": 931162792
        },
        {
            "start": 931162803,
            "stop": 931162809
        },
        {
            "start": 931162817,
            "stop": 931162818
        },
        {
            "start": 931162824,
            "stop": 931162826
        }
    ]
}