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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=381",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 382,
    "results": [
        {
            "start": 818283120,
            "stop": 818283121
        },
        {
            "start": 818283128,
            "stop": 818283129
        },
        {
            "start": 818283189,
            "stop": 818283190
        },
        {
            "start": 818283196,
            "stop": 818283197
        },
        {
            "start": 818283257,
            "stop": 818283259
        },
        {
            "start": 818283277,
            "stop": 818283279
        },
        {
            "start": 818283286,
            "stop": 818283291
        },
        {
            "start": 818283338,
            "stop": 818283340
        },
        {
            "start": 818283360,
            "stop": 818283363
        },
        {
            "start": 818283439,
            "stop": 818283440
        },
        {
            "start": 818283458,
            "stop": 818283460
        },
        {
            "start": 818283466,
            "stop": 818283467
        },
        {
            "start": 818283484,
            "stop": 818283485
        },
        {
            "start": 818283521,
            "stop": 818283523
        },
        {
            "start": 818283618,
            "stop": 818283620
        },
        {
            "start": 818283654,
            "stop": 818283656
        },
        {
            "start": 818283664,
            "stop": 818283665
        },
        {
            "start": 818283853,
            "stop": 818283854
        },
        {
            "start": 818283877,
            "stop": 818283879
        },
        {
            "start": 818283884,
            "stop": 818283886
        }
    ]
}