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=47007
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=47008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47006",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47007,
    "results": [
        {
            "start": 875223491,
            "stop": 875223494
        },
        {
            "start": 875223495,
            "stop": 875223520
        },
        {
            "start": 875223523,
            "stop": 875223542
        },
        {
            "start": 875223545,
            "stop": 875223562
        },
        {
            "start": 875223565,
            "stop": 875223592
        },
        {
            "start": 875223595,
            "stop": 875223612
        },
        {
            "start": 875223615,
            "stop": 875223636
        },
        {
            "start": 875223639,
            "stop": 875223686
        },
        {
            "start": 875223689,
            "stop": 875223710
        },
        {
            "start": 875223715,
            "stop": 875223717
        },
        {
            "start": 875223721,
            "stop": 875223750
        },
        {
            "start": 875223751,
            "stop": 875223812
        },
        {
            "start": 875223816,
            "stop": 875223818
        },
        {
            "start": 875223821,
            "stop": 875223824
        },
        {
            "start": 875223826,
            "stop": 875223839
        },
        {
            "start": 875223842,
            "stop": 875223866
        },
        {
            "start": 875223869,
            "stop": 875223882
        },
        {
            "start": 875223886,
            "stop": 875223903
        },
        {
            "start": 875223906,
            "stop": 875223941
        },
        {
            "start": 875223944,
            "stop": 875223945
        }
    ]
}