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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=133",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 134,
    "results": [
        {
            "start": 837524950,
            "stop": 837524952
        },
        {
            "start": 837524953,
            "stop": 837524966
        },
        {
            "start": 837525262,
            "stop": 837541647
        },
        {
            "start": 837541856,
            "stop": 837544495
        },
        {
            "start": 837544508,
            "stop": 837544511
        },
        {
            "start": 837544521,
            "stop": 837544527
        },
        {
            "start": 837544535,
            "stop": 837547956
        },
        {
            "start": 837547957,
            "stop": 837552135
        },
        {
            "start": 837576112,
            "stop": 837597768
        },
        {
            "start": 837597774,
            "stop": 837600203
        },
        {
            "start": 837601271,
            "stop": 837601432
        },
        {
            "start": 837602290,
            "stop": 837613937
        },
        {
            "start": 837613939,
            "stop": 837613961
        },
        {
            "start": 837613963,
            "stop": 837626834
        },
        {
            "start": 837626839,
            "stop": 837628329
        },
        {
            "start": 837629815,
            "stop": 837636337
        },
        {
            "start": 837637517,
            "stop": 837641687
        },
        {
            "start": 837642801,
            "stop": 837644052
        },
        {
            "start": 837644921,
            "stop": 837651958
        },
        {
            "start": 837652942,
            "stop": 837653078
        }
    ]
}