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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9933",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9934,
    "results": [
        {
            "start": 874959187,
            "stop": 874959188
        },
        {
            "start": 874959191,
            "stop": 874959288
        },
        {
            "start": 874959307,
            "stop": 874959600
        },
        {
            "start": 874959660,
            "stop": 874959689
        },
        {
            "start": 874964160,
            "stop": 874964220
        },
        {
            "start": 874964340,
            "stop": 874964400
        },
        {
            "start": 874964640,
            "stop": 874964700
        },
        {
            "start": 874964940,
            "stop": 874965060
        },
        {
            "start": 874965600,
            "stop": 874965720
        },
        {
            "start": 874965780,
            "stop": 874965865
        },
        {
            "start": 874965869,
            "stop": 874965874
        },
        {
            "start": 874965880,
            "stop": 874965900
        },
        {
            "start": 874965960,
            "stop": 874966020
        },
        {
            "start": 874966140,
            "stop": 874966320
        },
        {
            "start": 874966380,
            "stop": 874966560
        },
        {
            "start": 874966740,
            "stop": 874966800
        },
        {
            "start": 874966860,
            "stop": 874967400
        },
        {
            "start": 874967460,
            "stop": 874967520
        },
        {
            "start": 874967640,
            "stop": 874967760
        },
        {
            "start": 874967820,
            "stop": 874968120
        }
    ]
}