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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46963",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46964,
    "results": [
        {
            "start": 875209925,
            "stop": 875209929
        },
        {
            "start": 875209930,
            "stop": 875209954
        },
        {
            "start": 875209955,
            "stop": 875210010
        },
        {
            "start": 875210011,
            "stop": 875210039
        },
        {
            "start": 875210042,
            "stop": 875210070
        },
        {
            "start": 875210076,
            "stop": 875210080
        },
        {
            "start": 875210083,
            "stop": 875210136
        },
        {
            "start": 875210139,
            "stop": 875210142
        },
        {
            "start": 875210145,
            "stop": 875210146
        },
        {
            "start": 875210149,
            "stop": 875210204
        },
        {
            "start": 875210206,
            "stop": 875210211
        },
        {
            "start": 875210212,
            "stop": 875210262
        },
        {
            "start": 875210264,
            "stop": 875210269
        },
        {
            "start": 875210270,
            "stop": 875210291
        },
        {
            "start": 875210294,
            "stop": 875210313
        },
        {
            "start": 875210318,
            "stop": 875210328
        },
        {
            "start": 875210329,
            "stop": 875210338
        },
        {
            "start": 875210341,
            "stop": 875210343
        },
        {
            "start": 875210345,
            "stop": 875210363
        },
        {
            "start": 875210367,
            "stop": 875210396
        }
    ]
}