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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7313",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7314,
    "results": [
        {
            "start": 875166672,
            "stop": 875166684
        },
        {
            "start": 875166685,
            "stop": 875166704
        },
        {
            "start": 875166706,
            "stop": 875166729
        },
        {
            "start": 875166730,
            "stop": 875166804
        },
        {
            "start": 875166806,
            "stop": 875166809
        },
        {
            "start": 875166811,
            "stop": 875166813
        },
        {
            "start": 875166814,
            "stop": 875166816
        },
        {
            "start": 875166817,
            "stop": 875166819
        },
        {
            "start": 875166821,
            "stop": 875166822
        },
        {
            "start": 875166824,
            "stop": 875166826
        },
        {
            "start": 875166827,
            "stop": 875166829
        },
        {
            "start": 875166831,
            "stop": 875166832
        },
        {
            "start": 875166834,
            "stop": 875166839
        },
        {
            "start": 875166841,
            "stop": 875166842
        },
        {
            "start": 875166844,
            "stop": 875166845
        },
        {
            "start": 875166847,
            "stop": 875166875
        },
        {
            "start": 875166877,
            "stop": 875167150
        },
        {
            "start": 875167151,
            "stop": 875167202
        },
        {
            "start": 875175392,
            "stop": 875176112
        },
        {
            "start": 875176113,
            "stop": 875176233
        }
    ]
}