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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=43",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 44,
    "results": [
        {
            "start": 816168931,
            "stop": 816169039
        },
        {
            "start": 816169047,
            "stop": 816169075
        },
        {
            "start": 816169082,
            "stop": 816169107
        },
        {
            "start": 816169114,
            "stop": 816169167
        },
        {
            "start": 816169175,
            "stop": 816169879
        },
        {
            "start": 816169886,
            "stop": 816169939
        },
        {
            "start": 816169946,
            "stop": 816169964
        },
        {
            "start": 816169971,
            "stop": 816169985
        },
        {
            "start": 816169993,
            "stop": 816170032
        },
        {
            "start": 816170040,
            "stop": 816170307
        },
        {
            "start": 816170314,
            "stop": 816170416
        },
        {
            "start": 816170423,
            "stop": 816170440
        },
        {
            "start": 816170447,
            "stop": 816170590
        },
        {
            "start": 816170597,
            "stop": 816170626
        },
        {
            "start": 816170633,
            "stop": 816170671
        },
        {
            "start": 816170680,
            "stop": 816170744
        },
        {
            "start": 816170751,
            "stop": 816170821
        },
        {
            "start": 816170828,
            "stop": 816170925
        },
        {
            "start": 816170932,
            "stop": 816170942
        },
        {
            "start": 816170949,
            "stop": 816171276
        }
    ]
}