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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2181",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2182,
    "results": [
        {
            "start": 871278377,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290128
        },
        {
            "start": 871290238,
            "stop": 871290546
        },
        {
            "start": 871290846,
            "stop": 871291507
        },
        {
            "start": 871296803,
            "stop": 871300049
        },
        {
            "start": 871300281,
            "stop": 871300441
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871304789
        },
        {
            "start": 871304793,
            "stop": 871304794
        },
        {
            "start": 871304800,
            "stop": 871307935
        },
        {
            "start": 871308080,
            "stop": 871311110
        },
        {
            "start": 871311115,
            "stop": 871311132
        },
        {
            "start": 871311140,
            "stop": 871311145
        },
        {
            "start": 871311150,
            "stop": 871311445
        },
        {
            "start": 871311450,
            "stop": 871311472
        },
        {
            "start": 871311478,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871318845
        },
        {
            "start": 871318850,
            "stop": 871319550
        }
    ]
}