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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=82",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 83,
    "results": [
        {
            "start": 816843184,
            "stop": 816843220
        },
        {
            "start": 816843250,
            "stop": 816843339
        },
        {
            "start": 816843377,
            "stop": 816843421
        },
        {
            "start": 816843478,
            "stop": 816843495
        },
        {
            "start": 816843515,
            "stop": 816843548
        },
        {
            "start": 816843569,
            "stop": 816843570
        },
        {
            "start": 816843653,
            "stop": 816843677
        },
        {
            "start": 816843707,
            "stop": 816843712
        },
        {
            "start": 816843732,
            "stop": 816843857
        },
        {
            "start": 816844059,
            "stop": 816844061
        },
        {
            "start": 816844100,
            "stop": 816844121
        },
        {
            "start": 816844157,
            "stop": 816844198
        },
        {
            "start": 816844232,
            "stop": 816844310
        },
        {
            "start": 816844330,
            "stop": 816844357
        },
        {
            "start": 816844394,
            "stop": 816844473
        },
        {
            "start": 816844515,
            "stop": 816844521
        },
        {
            "start": 816844601,
            "stop": 816844611
        },
        {
            "start": 816844670,
            "stop": 816844677
        },
        {
            "start": 816844696,
            "stop": 816844721
        },
        {
            "start": 816844757,
            "stop": 816844780
        }
    ]
}