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=46907
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=46908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46906",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46907,
    "results": [
        {
            "start": 875181534,
            "stop": 875181543
        },
        {
            "start": 875181544,
            "stop": 875181621
        },
        {
            "start": 875181622,
            "stop": 875181635
        },
        {
            "start": 875181637,
            "stop": 875181678
        },
        {
            "start": 875181679,
            "stop": 875181684
        },
        {
            "start": 875181685,
            "stop": 875181741
        },
        {
            "start": 875181742,
            "stop": 875181752
        },
        {
            "start": 875181753,
            "stop": 875181755
        },
        {
            "start": 875181756,
            "stop": 875181759
        },
        {
            "start": 875181761,
            "stop": 875181773
        },
        {
            "start": 875181774,
            "stop": 875181806
        },
        {
            "start": 875181807,
            "stop": 875181811
        },
        {
            "start": 875181812,
            "stop": 875181824
        },
        {
            "start": 875181827,
            "stop": 875181870
        },
        {
            "start": 875181871,
            "stop": 875181891
        },
        {
            "start": 875181892,
            "stop": 875181942
        },
        {
            "start": 875181943,
            "stop": 875181944
        },
        {
            "start": 875183761,
            "stop": 875183786
        },
        {
            "start": 875183787,
            "stop": 875183811
        },
        {
            "start": 875183812,
            "stop": 875183814
        }
    ]
}