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=15680
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=15681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15679",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15680,
    "results": [
        {
            "start": 971160534,
            "stop": 971160538
        },
        {
            "start": 971160539,
            "stop": 971160540
        },
        {
            "start": 971160545,
            "stop": 971160547
        },
        {
            "start": 971160549,
            "stop": 971160550
        },
        {
            "start": 971160551,
            "stop": 971160552
        },
        {
            "start": 971160554,
            "stop": 971160556
        },
        {
            "start": 971160557,
            "stop": 971160559
        },
        {
            "start": 971160562,
            "stop": 971160565
        },
        {
            "start": 971160567,
            "stop": 971160568
        },
        {
            "start": 971160569,
            "stop": 971160573
        },
        {
            "start": 971160574,
            "stop": 971160576
        },
        {
            "start": 971160578,
            "stop": 971160582
        },
        {
            "start": 971160583,
            "stop": 971160589
        },
        {
            "start": 971160594,
            "stop": 971160596
        },
        {
            "start": 971160602,
            "stop": 971160603
        },
        {
            "start": 971160604,
            "stop": 971160605
        },
        {
            "start": 971160615,
            "stop": 971160617
        },
        {
            "start": 971160620,
            "stop": 971160623
        },
        {
            "start": 971160629,
            "stop": 971160630
        },
        {
            "start": 971160631,
            "stop": 971160632
        }
    ]
}