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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9141",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9142,
    "results": [
        {
            "start": 875205447,
            "stop": 875205862
        },
        {
            "start": 875205879,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875206167
        },
        {
            "start": 875206186,
            "stop": 875207802
        },
        {
            "start": 875207821,
            "stop": 875209220
        },
        {
            "start": 875209237,
            "stop": 875209454
        },
        {
            "start": 875209476,
            "stop": 875209554
        },
        {
            "start": 875209571,
            "stop": 875209781
        },
        {
            "start": 875209860,
            "stop": 875210151
        },
        {
            "start": 875210171,
            "stop": 875210238
        },
        {
            "start": 875210258,
            "stop": 875210449
        },
        {
            "start": 875210468,
            "stop": 875214900
        },
        {
            "start": 875214960,
            "stop": 875215135
        },
        {
            "start": 875215152,
            "stop": 875215854
        },
        {
            "start": 875215871,
            "stop": 875216750
        },
        {
            "start": 875216769,
            "stop": 875217610
        },
        {
            "start": 875217627,
            "stop": 875217975
        },
        {
            "start": 875217992,
            "stop": 875218734
        },
        {
            "start": 875218751,
            "stop": 875219398
        },
        {
            "start": 875219417,
            "stop": 875220115
        }
    ]
}