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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=99",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 100,
    "results": [
        {
            "start": 931333686,
            "stop": 931333738
        },
        {
            "start": 931333739,
            "stop": 931333873
        },
        {
            "start": 931333874,
            "stop": 931333946
        },
        {
            "start": 931333947,
            "stop": 931334077
        },
        {
            "start": 931334078,
            "stop": 931334341
        },
        {
            "start": 931334342,
            "stop": 931334403
        },
        {
            "start": 931334404,
            "stop": 931334415
        },
        {
            "start": 931334775,
            "stop": 931335118
        },
        {
            "start": 931335119,
            "stop": 931335273
        },
        {
            "start": 931335274,
            "stop": 931335322
        },
        {
            "start": 931335323,
            "stop": 931335422
        },
        {
            "start": 931335423,
            "stop": 931335432
        },
        {
            "start": 931335433,
            "stop": 931335468
        },
        {
            "start": 931335469,
            "stop": 931335703
        },
        {
            "start": 931335704,
            "stop": 931335742
        },
        {
            "start": 931335744,
            "stop": 931336095
        },
        {
            "start": 931336096,
            "stop": 931336100
        },
        {
            "start": 931336101,
            "stop": 931336232
        },
        {
            "start": 931336233,
            "stop": 931336249
        },
        {
            "start": 931336250,
            "stop": 931336492
        }
    ]
}