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=47017
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=47018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47016",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47017,
    "results": [
        {
            "start": 875226801,
            "stop": 875226806
        },
        {
            "start": 875226807,
            "stop": 875226808
        },
        {
            "start": 875226809,
            "stop": 875226813
        },
        {
            "start": 875226820,
            "stop": 875226841
        },
        {
            "start": 875226844,
            "stop": 875226849
        },
        {
            "start": 875226850,
            "stop": 875226857
        },
        {
            "start": 875226859,
            "stop": 875226868
        },
        {
            "start": 875226871,
            "stop": 875226874
        },
        {
            "start": 875226875,
            "stop": 875226876
        },
        {
            "start": 875226877,
            "stop": 875226893
        },
        {
            "start": 875226897,
            "stop": 875226898
        },
        {
            "start": 875226899,
            "stop": 875226900
        },
        {
            "start": 875226903,
            "stop": 875226908
        },
        {
            "start": 875226912,
            "stop": 875226915
        },
        {
            "start": 875226916,
            "stop": 875226917
        },
        {
            "start": 875226920,
            "stop": 875226921
        },
        {
            "start": 875226925,
            "stop": 875226960
        },
        {
            "start": 875226961,
            "stop": 875226968
        },
        {
            "start": 875226969,
            "stop": 875227006
        },
        {
            "start": 875227008,
            "stop": 875227009
        }
    ]
}