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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=259",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 260,
    "results": [
        {
            "start": 820488652,
            "stop": 820488900
        },
        {
            "start": 820488903,
            "stop": 820489376
        },
        {
            "start": 820489379,
            "stop": 820489561
        },
        {
            "start": 820489564,
            "stop": 820489712
        },
        {
            "start": 820489716,
            "stop": 820490262
        },
        {
            "start": 820490265,
            "stop": 820490352
        },
        {
            "start": 820490355,
            "stop": 820490869
        },
        {
            "start": 820490872,
            "stop": 820491120
        },
        {
            "start": 820491123,
            "stop": 820491155
        },
        {
            "start": 820491159,
            "stop": 820491221
        },
        {
            "start": 820491224,
            "stop": 820491332
        },
        {
            "start": 820491335,
            "stop": 820492236
        },
        {
            "start": 820492240,
            "stop": 820492470
        },
        {
            "start": 820492473,
            "stop": 820492810
        },
        {
            "start": 820492814,
            "stop": 820492909
        },
        {
            "start": 820492912,
            "stop": 820493394
        },
        {
            "start": 820493398,
            "stop": 820493400
        },
        {
            "start": 820493403,
            "stop": 820493600
        },
        {
            "start": 820493632,
            "stop": 820494463
        },
        {
            "start": 820494468,
            "stop": 820494500
        }
    ]
}