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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=33",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 34,
    "results": [
        {
            "start": 815782502,
            "stop": 815783257
        },
        {
            "start": 815783260,
            "stop": 815783940
        },
        {
            "start": 815783943,
            "stop": 815784344
        },
        {
            "start": 815784347,
            "stop": 815785267
        },
        {
            "start": 815785269,
            "stop": 815785290
        },
        {
            "start": 815785350,
            "stop": 815785359
        },
        {
            "start": 815785363,
            "stop": 815785470
        },
        {
            "start": 815785530,
            "stop": 815785548
        },
        {
            "start": 815785668,
            "stop": 815786142
        },
        {
            "start": 815786145,
            "stop": 815786476
        },
        {
            "start": 815786479,
            "stop": 815786508
        },
        {
            "start": 815786512,
            "stop": 815786896
        },
        {
            "start": 815786899,
            "stop": 815787139
        },
        {
            "start": 815787141,
            "stop": 815787813
        },
        {
            "start": 815787830,
            "stop": 815787990
        },
        {
            "start": 815788050,
            "stop": 815788290
        },
        {
            "start": 815788531,
            "stop": 815788560
        },
        {
            "start": 815788564,
            "stop": 815788589
        },
        {
            "start": 815788593,
            "stop": 815788743
        },
        {
            "start": 815788746,
            "stop": 815788757
        }
    ]
}