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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1853",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1851",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1852,
    "results": [
        {
            "start": 966179027,
            "stop": 966182470
        },
        {
            "start": 966182471,
            "stop": 966192360
        },
        {
            "start": 966192361,
            "stop": 966199707
        },
        {
            "start": 966199708,
            "stop": 966203247
        },
        {
            "start": 966203248,
            "stop": 966207130
        },
        {
            "start": 966207784,
            "stop": 966209317
        },
        {
            "start": 966211285,
            "stop": 966220703
        },
        {
            "start": 966220908,
            "stop": 966236387
        },
        {
            "start": 966236388,
            "stop": 966239451
        },
        {
            "start": 966239453,
            "stop": 966243625
        },
        {
            "start": 966243626,
            "stop": 966247754
        },
        {
            "start": 966247755,
            "stop": 966254983
        },
        {
            "start": 966255918,
            "stop": 966255966
        },
        {
            "start": 966256586,
            "stop": 966264527
        },
        {
            "start": 966267270,
            "stop": 966272461
        },
        {
            "start": 966272462,
            "stop": 966280724
        },
        {
            "start": 966284394,
            "stop": 966289603
        },
        {
            "start": 966289604,
            "stop": 966291197
        },
        {
            "start": 966294915,
            "stop": 966295006
        },
        {
            "start": 966296017,
            "stop": 966296136
        }
    ]
}