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=14654
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=14655",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14653",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14654,
    "results": [
        {
            "start": 971166615,
            "stop": 971166616
        },
        {
            "start": 971166618,
            "stop": 971166621
        },
        {
            "start": 971166624,
            "stop": 971166625
        },
        {
            "start": 971166636,
            "stop": 971166637
        },
        {
            "start": 971166640,
            "stop": 971166642
        },
        {
            "start": 971166643,
            "stop": 971166645
        },
        {
            "start": 971166648,
            "stop": 971166650
        },
        {
            "start": 971166654,
            "stop": 971166655
        },
        {
            "start": 971166657,
            "stop": 971166660
        },
        {
            "start": 971166661,
            "stop": 971166662
        },
        {
            "start": 971166664,
            "stop": 971166665
        },
        {
            "start": 971166666,
            "stop": 971166667
        },
        {
            "start": 971166669,
            "stop": 971166671
        },
        {
            "start": 971166674,
            "stop": 971166675
        },
        {
            "start": 971166679,
            "stop": 971166681
        },
        {
            "start": 971166688,
            "stop": 971166691
        },
        {
            "start": 971166693,
            "stop": 971166694
        },
        {
            "start": 971166695,
            "stop": 971166698
        },
        {
            "start": 971166706,
            "stop": 971166710
        },
        {
            "start": 971166712,
            "stop": 971166716
        }
    ]
}