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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=158",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 159,
    "results": [
        {
            "start": 817260333,
            "stop": 817260334
        },
        {
            "start": 817260354,
            "stop": 817260420
        },
        {
            "start": 817260600,
            "stop": 817260720
        },
        {
            "start": 817260780,
            "stop": 817260824
        },
        {
            "start": 817260844,
            "stop": 817260882
        },
        {
            "start": 817261143,
            "stop": 817261231
        },
        {
            "start": 817261248,
            "stop": 817261257
        },
        {
            "start": 817261464,
            "stop": 817261496
        },
        {
            "start": 817261499,
            "stop": 817261505
        },
        {
            "start": 817261632,
            "stop": 817261709
        },
        {
            "start": 817261841,
            "stop": 817261980
        },
        {
            "start": 817262220,
            "stop": 817262280
        },
        {
            "start": 817262340,
            "stop": 817262346
        },
        {
            "start": 817262363,
            "stop": 817262506
        },
        {
            "start": 817262525,
            "stop": 817262603
        },
        {
            "start": 817262620,
            "stop": 817262687
        },
        {
            "start": 817262760,
            "stop": 817262864
        },
        {
            "start": 817262884,
            "stop": 817263179
        },
        {
            "start": 817263270,
            "stop": 817263272
        },
        {
            "start": 817263316,
            "stop": 817263416
        }
    ]
}