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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=195",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 196,
    "results": [
        {
            "start": 818208417,
            "stop": 818208418
        },
        {
            "start": 818208423,
            "stop": 818208424
        },
        {
            "start": 818208432,
            "stop": 818208434
        },
        {
            "start": 818208437,
            "stop": 818208446
        },
        {
            "start": 818208451,
            "stop": 818208453
        },
        {
            "start": 818208456,
            "stop": 818208457
        },
        {
            "start": 818208481,
            "stop": 818208482
        },
        {
            "start": 818208490,
            "stop": 818208492
        },
        {
            "start": 818208508,
            "stop": 818208509
        },
        {
            "start": 818208513,
            "stop": 818208515
        },
        {
            "start": 818208528,
            "stop": 818208531
        },
        {
            "start": 818208536,
            "stop": 818208539
        },
        {
            "start": 818208544,
            "stop": 818208546
        },
        {
            "start": 818208549,
            "stop": 818208553
        },
        {
            "start": 818208558,
            "stop": 818208567
        },
        {
            "start": 818208579,
            "stop": 818208581
        },
        {
            "start": 818208584,
            "stop": 818208589
        },
        {
            "start": 818208599,
            "stop": 818208604
        },
        {
            "start": 818208608,
            "stop": 818208612
        },
        {
            "start": 818208631,
            "stop": 818208632
        }
    ]
}