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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=331",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 332,
    "results": [
        {
            "start": 871228692,
            "stop": 871236633
        },
        {
            "start": 871236743,
            "stop": 871240524
        },
        {
            "start": 871241333,
            "stop": 871243142
        },
        {
            "start": 871252337,
            "stop": 871252915
        },
        {
            "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": 871291490
        },
        {
            "start": 871296803,
            "stop": 871300049
        },
        {
            "start": 871300281,
            "stop": 871300442
        },
        {
            "start": 871300496,
            "stop": 871300698
        },
        {
            "start": 871300998,
            "stop": 871301158
        },
        {
            "start": 871301268,
            "stop": 871301496
        },
        {
            "start": 871301796,
            "stop": 871307935
        },
        {
            "start": 871308080,
            "stop": 871312821
        },
        {
            "start": 871313121,
            "stop": 871329485
        },
        {
            "start": 871330886,
            "stop": 871332221
        }
    ]
}