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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=259",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 260,
    "results": [
        {
            "start": 934833768,
            "stop": 934833786
        },
        {
            "start": 934833788,
            "stop": 934833819
        },
        {
            "start": 934833822,
            "stop": 934833836
        },
        {
            "start": 934833839,
            "stop": 934835110
        },
        {
            "start": 934835116,
            "stop": 934835122
        },
        {
            "start": 934835128,
            "stop": 934835240
        },
        {
            "start": 934837092,
            "stop": 934837386
        },
        {
            "start": 934837389,
            "stop": 934837396
        },
        {
            "start": 934837398,
            "stop": 934837415
        },
        {
            "start": 934837417,
            "stop": 934837420
        },
        {
            "start": 934837423,
            "stop": 934837437
        },
        {
            "start": 934837441,
            "stop": 934840960
        },
        {
            "start": 934840963,
            "stop": 934840967
        },
        {
            "start": 934840972,
            "stop": 934840986
        },
        {
            "start": 934840988,
            "stop": 934841016
        },
        {
            "start": 934841018,
            "stop": 934841022
        },
        {
            "start": 934841024,
            "stop": 934841038
        },
        {
            "start": 934841041,
            "stop": 934842122
        },
        {
            "start": 934842124,
            "stop": 934842145
        },
        {
            "start": 934842147,
            "stop": 934842151
        }
    ]
}