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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14765",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14763",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14764,
    "results": [
        {
            "start": 971181444,
            "stop": 971181455
        },
        {
            "start": 971181458,
            "stop": 971181460
        },
        {
            "start": 971181461,
            "stop": 971181472
        },
        {
            "start": 971181473,
            "stop": 971181476
        },
        {
            "start": 971181480,
            "stop": 971181482
        },
        {
            "start": 971181484,
            "stop": 971181485
        },
        {
            "start": 971181493,
            "stop": 971181494
        },
        {
            "start": 971181498,
            "stop": 971181499
        },
        {
            "start": 971181503,
            "stop": 971181504
        },
        {
            "start": 971181508,
            "stop": 971181510
        },
        {
            "start": 971181513,
            "stop": 971181521
        },
        {
            "start": 971181523,
            "stop": 971181529
        },
        {
            "start": 971181530,
            "stop": 971181532
        },
        {
            "start": 971181535,
            "stop": 971181539
        },
        {
            "start": 971181540,
            "stop": 971181542
        },
        {
            "start": 971181544,
            "stop": 971181545
        },
        {
            "start": 971181546,
            "stop": 971181547
        },
        {
            "start": 971181548,
            "stop": 971181549
        },
        {
            "start": 971181552,
            "stop": 971181553
        },
        {
            "start": 971181555,
            "stop": 971181557
        }
    ]
}