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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4646",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4647,
    "results": [
        {
            "start": 874259716,
            "stop": 874259724
        },
        {
            "start": 874259743,
            "stop": 874259766
        },
        {
            "start": 874259786,
            "stop": 874259793
        },
        {
            "start": 874259832,
            "stop": 874259843
        },
        {
            "start": 874259862,
            "stop": 874259960
        },
        {
            "start": 874259983,
            "stop": 874259994
        },
        {
            "start": 874260060,
            "stop": 874260078
        },
        {
            "start": 874260097,
            "stop": 874260113
        },
        {
            "start": 874260180,
            "stop": 874260195
        },
        {
            "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": 874260780,
            "stop": 874260788
        },
        {
            "start": 874260909,
            "stop": 874260932
        },
        {
            "start": 874260952,
            "stop": 874260971
        },
        {
            "start": 874260991,
            "stop": 874261011
        },
        {
            "start": 874261030,
            "stop": 874261045
        }
    ]
}