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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5167",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5168,
    "results": [
        {
            "start": 874748534,
            "stop": 874748540
        },
        {
            "start": 874748556,
            "stop": 874748614
        },
        {
            "start": 874748621,
            "stop": 874748724
        },
        {
            "start": 874748731,
            "stop": 874748745
        },
        {
            "start": 874748752,
            "stop": 874748833
        },
        {
            "start": 874748841,
            "stop": 874748856
        },
        {
            "start": 874748863,
            "stop": 874748898
        },
        {
            "start": 874748906,
            "stop": 874748951
        },
        {
            "start": 874748959,
            "stop": 874749090
        },
        {
            "start": 874749099,
            "stop": 874749102
        },
        {
            "start": 874749109,
            "stop": 874749112
        },
        {
            "start": 874749119,
            "stop": 874749155
        },
        {
            "start": 874749165,
            "stop": 874749172
        },
        {
            "start": 874749179,
            "stop": 874749205
        },
        {
            "start": 874749212,
            "stop": 874749320
        },
        {
            "start": 874749327,
            "stop": 874749637
        },
        {
            "start": 874749644,
            "stop": 874749660
        },
        {
            "start": 874749667,
            "stop": 874749736
        },
        {
            "start": 874749744,
            "stop": 874749776
        },
        {
            "start": 874749783,
            "stop": 874749974
        }
    ]
}