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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=91",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 92,
    "results": [
        {
            "start": 960484902,
            "stop": 960485494
        },
        {
            "start": 960486953,
            "stop": 960489213
        },
        {
            "start": 960490704,
            "stop": 960491373
        },
        {
            "start": 960497359,
            "stop": 960498393
        },
        {
            "start": 960501151,
            "stop": 960510796
        },
        {
            "start": 960521440,
            "stop": 960521769
        },
        {
            "start": 960525518,
            "stop": 960526191
        },
        {
            "start": 960531785,
            "stop": 960532510
        },
        {
            "start": 960534997,
            "stop": 960535384
        },
        {
            "start": 960536846,
            "stop": 960537812
        },
        {
            "start": 960539830,
            "stop": 960548537
        },
        {
            "start": 960549973,
            "stop": 960552053
        },
        {
            "start": 960554301,
            "stop": 960556205
        },
        {
            "start": 960564584,
            "stop": 960565598
        },
        {
            "start": 960570427,
            "stop": 960574196
        },
        {
            "start": 960575956,
            "stop": 960577746
        },
        {
            "start": 960586389,
            "stop": 960593036
        },
        {
            "start": 960602576,
            "stop": 960606282
        },
        {
            "start": 960619904,
            "stop": 960642901
        },
        {
            "start": 960642954,
            "stop": 960642978
        }
    ]
}