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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15738",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15736",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15737,
    "results": [
        {
            "start": 971166588,
            "stop": 971166590
        },
        {
            "start": 971166594,
            "stop": 971166595
        },
        {
            "start": 971166598,
            "stop": 971166600
        },
        {
            "start": 971166604,
            "stop": 971166607
        },
        {
            "start": 971166609,
            "stop": 971166614
        },
        {
            "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
        }
    ]
}