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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=435",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 436,
    "results": [
        {
            "start": 871236743,
            "stop": 871238034
        },
        {
            "start": 871238056,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871242267
        },
        {
            "start": 871242288,
            "stop": 871243107
        },
        {
            "start": 871243112,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252907
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272397
        },
        {
            "start": 871273758,
            "stop": 871277048
        },
        {
            "start": 871278377,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290128
        },
        {
            "start": 871290238,
            "stop": 871290546
        },
        {
            "start": 871290846,
            "stop": 871291507
        },
        {
            "start": 871296803,
            "stop": 871300041
        },
        {
            "start": 871300281,
            "stop": 871300433
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871304781
        },
        {
            "start": 871304808,
            "stop": 871307927
        }
    ]
}