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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=347",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 348,
    "results": [
        {
            "start": 818864287,
            "stop": 818864307
        },
        {
            "start": 818864329,
            "stop": 818864331
        },
        {
            "start": 818864368,
            "stop": 818864400
        },
        {
            "start": 818864607,
            "stop": 818864616
        },
        {
            "start": 818864683,
            "stop": 818864718
        },
        {
            "start": 818864763,
            "stop": 818864773
        },
        {
            "start": 818864819,
            "stop": 818864846
        },
        {
            "start": 818864884,
            "stop": 818864896
        },
        {
            "start": 818864915,
            "stop": 818864921
        },
        {
            "start": 818864950,
            "stop": 818864991
        },
        {
            "start": 818865022,
            "stop": 818865025
        },
        {
            "start": 818865157,
            "stop": 818865194
        },
        {
            "start": 818865339,
            "stop": 818865349
        },
        {
            "start": 818865492,
            "stop": 818865497
        },
        {
            "start": 818865549,
            "stop": 818865551
        },
        {
            "start": 818865579,
            "stop": 818865605
        },
        {
            "start": 818865625,
            "stop": 818865638
        },
        {
            "start": 818865720,
            "stop": 818865742
        },
        {
            "start": 818865764,
            "stop": 818865791
        },
        {
            "start": 818865929,
            "stop": 818865946
        }
    ]
}