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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=288",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 289,
    "results": [
        {
            "start": 818411394,
            "stop": 818411645
        },
        {
            "start": 818411665,
            "stop": 818411921
        },
        {
            "start": 818411943,
            "stop": 818412893
        },
        {
            "start": 818412912,
            "stop": 818415767
        },
        {
            "start": 818415794,
            "stop": 818416609
        },
        {
            "start": 818422070,
            "stop": 818422120
        },
        {
            "start": 818422124,
            "stop": 818422142
        },
        {
            "start": 818422145,
            "stop": 818422168
        },
        {
            "start": 818422187,
            "stop": 818422190
        },
        {
            "start": 818422193,
            "stop": 818422276
        },
        {
            "start": 818422279,
            "stop": 818422288
        },
        {
            "start": 818422291,
            "stop": 818422295
        },
        {
            "start": 818422299,
            "stop": 818422349
        },
        {
            "start": 818422353,
            "stop": 818422355
        },
        {
            "start": 818422359,
            "stop": 818422384
        },
        {
            "start": 818422390,
            "stop": 818422421
        },
        {
            "start": 818422425,
            "stop": 818422852
        },
        {
            "start": 818422972,
            "stop": 818424473
        },
        {
            "start": 818424493,
            "stop": 818424799
        },
        {
            "start": 818424919,
            "stop": 818424934
        }
    ]
}