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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=80",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 81,
    "results": [
        {
            "start": 931289932,
            "stop": 931289935
        },
        {
            "start": 931289937,
            "stop": 931289966
        },
        {
            "start": 931289968,
            "stop": 931289988
        },
        {
            "start": 931289992,
            "stop": 931289999
        },
        {
            "start": 931290001,
            "stop": 931290041
        },
        {
            "start": 931290043,
            "stop": 931290174
        },
        {
            "start": 931290177,
            "stop": 931290270
        },
        {
            "start": 931290272,
            "stop": 931290379
        },
        {
            "start": 931290382,
            "stop": 931290402
        },
        {
            "start": 931290404,
            "stop": 931290491
        },
        {
            "start": 931290494,
            "stop": 931290524
        },
        {
            "start": 931290526,
            "stop": 931290637
        },
        {
            "start": 931290639,
            "stop": 931290645
        },
        {
            "start": 931290651,
            "stop": 931290664
        },
        {
            "start": 931290667,
            "stop": 931290703
        },
        {
            "start": 931290705,
            "stop": 931290752
        },
        {
            "start": 931290754,
            "stop": 931290761
        },
        {
            "start": 931290763,
            "stop": 931290776
        },
        {
            "start": 931290780,
            "stop": 931290798
        },
        {
            "start": 931290801,
            "stop": 931290839
        }
    ]
}