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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=224",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 225,
    "results": [
        {
            "start": 818216553,
            "stop": 818216555
        },
        {
            "start": 818216595,
            "stop": 818216600
        },
        {
            "start": 818216603,
            "stop": 818216606
        },
        {
            "start": 818216617,
            "stop": 818216618
        },
        {
            "start": 818216625,
            "stop": 818216628
        },
        {
            "start": 818216660,
            "stop": 818216661
        },
        {
            "start": 818216677,
            "stop": 818216678
        },
        {
            "start": 818216688,
            "stop": 818216689
        },
        {
            "start": 818216692,
            "stop": 818216693
        },
        {
            "start": 818216698,
            "stop": 818216699
        },
        {
            "start": 818216713,
            "stop": 818216714
        },
        {
            "start": 818216717,
            "stop": 818216722
        },
        {
            "start": 818216774,
            "stop": 818216775
        },
        {
            "start": 818216797,
            "stop": 818216798
        },
        {
            "start": 818216804,
            "stop": 818216811
        },
        {
            "start": 818216814,
            "stop": 818216818
        },
        {
            "start": 818216831,
            "stop": 818216832
        },
        {
            "start": 818216841,
            "stop": 818216843
        },
        {
            "start": 818216858,
            "stop": 818216859
        },
        {
            "start": 818216878,
            "stop": 818216881
        }
    ]
}