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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6662",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6663,
    "results": [
        {
            "start": 875046533,
            "stop": 875046585
        },
        {
            "start": 875046586,
            "stop": 875046594
        },
        {
            "start": 875046595,
            "stop": 875046602
        },
        {
            "start": 875046603,
            "stop": 875046631
        },
        {
            "start": 875046633,
            "stop": 875046654
        },
        {
            "start": 875046656,
            "stop": 875046701
        },
        {
            "start": 875046702,
            "stop": 875046775
        },
        {
            "start": 875046777,
            "stop": 875046796
        },
        {
            "start": 875046798,
            "stop": 875046802
        },
        {
            "start": 875046803,
            "stop": 875046821
        },
        {
            "start": 875046822,
            "stop": 875046838
        },
        {
            "start": 875046839,
            "stop": 875046863
        },
        {
            "start": 875046864,
            "stop": 875046868
        },
        {
            "start": 875046870,
            "stop": 875046891
        },
        {
            "start": 875046892,
            "stop": 875046900
        },
        {
            "start": 875046901,
            "stop": 875046907
        },
        {
            "start": 875046909,
            "stop": 875046914
        },
        {
            "start": 875046916,
            "stop": 875046929
        },
        {
            "start": 875046931,
            "stop": 875046937
        },
        {
            "start": 875046939,
            "stop": 875046946
        }
    ]
}