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=4673
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=4674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4672",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4673,
    "results": [
        {
            "start": 874323083,
            "stop": 874323235
        },
        {
            "start": 874323254,
            "stop": 874324249
        },
        {
            "start": 874324268,
            "stop": 874324363
        },
        {
            "start": 874324382,
            "stop": 874324453
        },
        {
            "start": 874324472,
            "stop": 874324863
        },
        {
            "start": 874324883,
            "stop": 874324891
        },
        {
            "start": 874324910,
            "stop": 874324974
        },
        {
            "start": 874324993,
            "stop": 874325263
        },
        {
            "start": 874325282,
            "stop": 874325285
        },
        {
            "start": 874325304,
            "stop": 874325460
        },
        {
            "start": 874325520,
            "stop": 874326231
        },
        {
            "start": 874326250,
            "stop": 874326546
        },
        {
            "start": 874326565,
            "stop": 874326662
        },
        {
            "start": 874326681,
            "stop": 874327041
        },
        {
            "start": 874327060,
            "stop": 874327124
        },
        {
            "start": 874327153,
            "stop": 874327157
        },
        {
            "start": 874327194,
            "stop": 874327326
        },
        {
            "start": 874327346,
            "stop": 874327810
        },
        {
            "start": 874327829,
            "stop": 874327886
        },
        {
            "start": 874327905,
            "stop": 874327937
        }
    ]
}