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=4929
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=4930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4928",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4929,
    "results": [
        {
            "start": 874313101,
            "stop": 874313102
        },
        {
            "start": 874313121,
            "stop": 874313177
        },
        {
            "start": 874313196,
            "stop": 874313224
        },
        {
            "start": 874313243,
            "stop": 874313306
        },
        {
            "start": 874320780,
            "stop": 874320840
        },
        {
            "start": 874320900,
            "stop": 874321020
        },
        {
            "start": 874321140,
            "stop": 874321320
        },
        {
            "start": 874321380,
            "stop": 874323059
        },
        {
            "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": 874326231
        },
        {
            "start": 874326250,
            "stop": 874326546
        },
        {
            "start": 874326565,
            "stop": 874326662
        }
    ]
}