Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4903
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4902",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4903,
    "results": [
        {
            "start": 874260217,
            "stop": 874260253
        },
        {
            "start": 874260272,
            "stop": 874260290
        },
        {
            "start": 874260309,
            "stop": 874260332
        },
        {
            "start": 874260358,
            "stop": 874260387
        },
        {
            "start": 874260406,
            "stop": 874260669
        },
        {
            "start": 874260697,
            "stop": 874260703
        },
        {
            "start": 874260722,
            "stop": 874260788
        },
        {
            "start": 874260807,
            "stop": 874260885
        },
        {
            "start": 874260909,
            "stop": 874260932
        },
        {
            "start": 874260952,
            "stop": 874260971
        },
        {
            "start": 874260991,
            "stop": 874261011
        },
        {
            "start": 874261030,
            "stop": 874261045
        },
        {
            "start": 874261064,
            "stop": 874261075
        },
        {
            "start": 874261097,
            "stop": 874261108
        },
        {
            "start": 874261127,
            "stop": 874261128
        },
        {
            "start": 874261151,
            "stop": 874261155
        },
        {
            "start": 874261174,
            "stop": 874261181
        },
        {
            "start": 874261205,
            "stop": 874261260
        },
        {
            "start": 874261279,
            "stop": 874261311
        },
        {
            "start": 874261341,
            "stop": 874261362
        }
    ]
}