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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5222",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5223,
    "results": [
        {
            "start": 875226828,
            "stop": 875226833
        },
        {
            "start": 875226852,
            "stop": 875226860
        },
        {
            "start": 875226879,
            "stop": 875226885
        },
        {
            "start": 875226933,
            "stop": 875227027
        },
        {
            "start": 875227053,
            "stop": 875227067
        },
        {
            "start": 875227086,
            "stop": 875227102
        },
        {
            "start": 875227130,
            "stop": 875227157
        },
        {
            "start": 875227176,
            "stop": 875227193
        },
        {
            "start": 875227212,
            "stop": 875227227
        },
        {
            "start": 875227254,
            "stop": 875227262
        },
        {
            "start": 875227284,
            "stop": 875227316
        },
        {
            "start": 875227345,
            "stop": 875227388
        },
        {
            "start": 875227408,
            "stop": 875227429
        },
        {
            "start": 875227448,
            "stop": 875227482
        },
        {
            "start": 875227519,
            "stop": 875227560
        },
        {
            "start": 875227579,
            "stop": 875227596
        },
        {
            "start": 875227615,
            "stop": 875227617
        },
        {
            "start": 875227666,
            "stop": 875227682
        },
        {
            "start": 875227701,
            "stop": 875227771
        },
        {
            "start": 875227790,
            "stop": 875227805
        }
    ]
}