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=4989
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=4990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4988",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4989,
    "results": [
        {
            "start": 874516841,
            "stop": 874516894
        },
        {
            "start": 874516903,
            "stop": 874516910
        },
        {
            "start": 874516917,
            "stop": 874516980
        },
        {
            "start": 874516987,
            "stop": 874517102
        },
        {
            "start": 874517111,
            "stop": 874517136
        },
        {
            "start": 874517143,
            "stop": 874517160
        },
        {
            "start": 874517168,
            "stop": 874517215
        },
        {
            "start": 874517222,
            "stop": 874517254
        },
        {
            "start": 874517264,
            "stop": 874517286
        },
        {
            "start": 874517293,
            "stop": 874517304
        },
        {
            "start": 874517312,
            "stop": 874517344
        },
        {
            "start": 874517351,
            "stop": 874517357
        },
        {
            "start": 874517364,
            "stop": 874517377
        },
        {
            "start": 874517385,
            "stop": 874517448
        },
        {
            "start": 874517455,
            "stop": 874517460
        },
        {
            "start": 874517467,
            "stop": 874517472
        },
        {
            "start": 874517479,
            "stop": 874517496
        },
        {
            "start": 874517503,
            "stop": 874517577
        },
        {
            "start": 874517585,
            "stop": 874517630
        },
        {
            "start": 874517637,
            "stop": 874517684
        }
    ]
}