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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=556",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 557,
    "results": [
        {
            "start": 1185389373,
            "stop": 1185389375
        },
        {
            "start": 1185389378,
            "stop": 1185389379
        },
        {
            "start": 1185389387,
            "stop": 1185390023
        },
        {
            "start": 1185390027,
            "stop": 1185390031
        },
        {
            "start": 1185390035,
            "stop": 1185390036
        },
        {
            "start": 1185390039,
            "stop": 1185390370
        },
        {
            "start": 1185390372,
            "stop": 1185390377
        },
        {
            "start": 1185390380,
            "stop": 1185390381
        },
        {
            "start": 1185390384,
            "stop": 1185390385
        },
        {
            "start": 1185390389,
            "stop": 1185390398
        },
        {
            "start": 1185390401,
            "stop": 1185390483
        },
        {
            "start": 1185390485,
            "stop": 1185390732
        },
        {
            "start": 1185390734,
            "stop": 1185390736
        },
        {
            "start": 1185390740,
            "stop": 1185390744
        },
        {
            "start": 1185390746,
            "stop": 1185391381
        },
        {
            "start": 1185391383,
            "stop": 1185392117
        },
        {
            "start": 1185392119,
            "stop": 1185392123
        },
        {
            "start": 1185392129,
            "stop": 1185392130
        },
        {
            "start": 1185392132,
            "stop": 1185392136
        },
        {
            "start": 1185392138,
            "stop": 1185392286
        }
    ]
}