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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=876",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 877,
    "results": [
        {
            "start": 875084508,
            "stop": 875087924
        },
        {
            "start": 875087927,
            "stop": 875087964
        },
        {
            "start": 875087967,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875104038
        },
        {
            "start": 875106680,
            "stop": 875109321
        },
        {
            "start": 875109875,
            "stop": 875120291
        },
        {
            "start": 875123026,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875154079
        },
        {
            "start": 875162343,
            "stop": 875166367
        },
        {
            "start": 875171323,
            "stop": 875182052
        },
        {
            "start": 875183761,
            "stop": 875200553
        },
        {
            "start": 875201640,
            "stop": 875230303
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}