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=46963
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=46964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46962",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46963,
    "results": [
        {
            "start": 875209430,
            "stop": 875209446
        },
        {
            "start": 875209448,
            "stop": 875209483
        },
        {
            "start": 875209487,
            "stop": 875209507
        },
        {
            "start": 875209510,
            "stop": 875209547
        },
        {
            "start": 875209548,
            "stop": 875209554
        },
        {
            "start": 875209555,
            "stop": 875209570
        },
        {
            "start": 875209573,
            "stop": 875209575
        },
        {
            "start": 875209581,
            "stop": 875209645
        },
        {
            "start": 875209646,
            "stop": 875209651
        },
        {
            "start": 875209655,
            "stop": 875209658
        },
        {
            "start": 875209661,
            "stop": 875209679
        },
        {
            "start": 875209682,
            "stop": 875209696
        },
        {
            "start": 875209699,
            "stop": 875209723
        },
        {
            "start": 875209726,
            "stop": 875209773
        },
        {
            "start": 875209774,
            "stop": 875209786
        },
        {
            "start": 875209789,
            "stop": 875209837
        },
        {
            "start": 875209839,
            "stop": 875209857
        },
        {
            "start": 875209861,
            "stop": 875209889
        },
        {
            "start": 875209892,
            "stop": 875209910
        },
        {
            "start": 875209913,
            "stop": 875209922
        }
    ]
}