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=46995
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=46996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46994",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46995,
    "results": [
        {
            "start": 875219718,
            "stop": 875219728
        },
        {
            "start": 875219729,
            "stop": 875219750
        },
        {
            "start": 875219751,
            "stop": 875219787
        },
        {
            "start": 875219789,
            "stop": 875219797
        },
        {
            "start": 875219798,
            "stop": 875219801
        },
        {
            "start": 875219803,
            "stop": 875219804
        },
        {
            "start": 875219807,
            "stop": 875219823
        },
        {
            "start": 875219826,
            "stop": 875219829
        },
        {
            "start": 875219832,
            "stop": 875219838
        },
        {
            "start": 875219841,
            "stop": 875219844
        },
        {
            "start": 875219845,
            "stop": 875219848
        },
        {
            "start": 875219850,
            "stop": 875219858
        },
        {
            "start": 875219859,
            "stop": 875219865
        },
        {
            "start": 875219867,
            "stop": 875219868
        },
        {
            "start": 875219869,
            "stop": 875219875
        },
        {
            "start": 875219879,
            "stop": 875219897
        },
        {
            "start": 875219902,
            "stop": 875219908
        },
        {
            "start": 875219909,
            "stop": 875219910
        },
        {
            "start": 875219911,
            "stop": 875219916
        },
        {
            "start": 875219920,
            "stop": 875219925
        }
    ]
}