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/H1_CBCHIGH_CAT4/segments?format=api&page=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=116",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 117,
    "results": [
        {
            "start": 818714280,
            "stop": 818715228
        },
        {
            "start": 818716549,
            "stop": 818716860
        },
        {
            "start": 818716920,
            "stop": 818716980
        },
        {
            "start": 818717040,
            "stop": 818717280
        },
        {
            "start": 818717340,
            "stop": 818717400
        },
        {
            "start": 818717460,
            "stop": 818717760
        },
        {
            "start": 818717820,
            "stop": 818717940
        },
        {
            "start": 818718840,
            "stop": 818718960
        },
        {
            "start": 818719020,
            "stop": 818719513
        },
        {
            "start": 818720844,
            "stop": 818721055
        },
        {
            "start": 818721175,
            "stop": 818722320
        },
        {
            "start": 818722440,
            "stop": 818722680
        },
        {
            "start": 818722740,
            "stop": 818723529
        },
        {
            "start": 818725527,
            "stop": 818725913
        },
        {
            "start": 818726033,
            "stop": 818728319
        },
        {
            "start": 818730103,
            "stop": 818734597
        },
        {
            "start": 818736605,
            "stop": 818737818
        },
        {
            "start": 818737835,
            "stop": 818739769
        },
        {
            "start": 818739889,
            "stop": 818739970
        },
        {
            "start": 818739987,
            "stop": 818742294
        }
    ]
}