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=3748
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=3749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3747",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3748,
    "results": [
        {
            "start": 872944719,
            "stop": 872945374
        },
        {
            "start": 872945375,
            "stop": 872945395
        },
        {
            "start": 872945396,
            "stop": 872945397
        },
        {
            "start": 872945400,
            "stop": 872945402
        },
        {
            "start": 872945403,
            "stop": 872945431
        },
        {
            "start": 872945432,
            "stop": 872945584
        },
        {
            "start": 872971140,
            "stop": 872971146
        },
        {
            "start": 872971147,
            "stop": 872971167
        },
        {
            "start": 872971169,
            "stop": 872971176
        },
        {
            "start": 872971177,
            "stop": 872971183
        },
        {
            "start": 872971184,
            "stop": 872971188
        },
        {
            "start": 872971190,
            "stop": 872971445
        },
        {
            "start": 872971448,
            "stop": 872971456
        },
        {
            "start": 872971458,
            "stop": 872971731
        },
        {
            "start": 872971736,
            "stop": 872971799
        },
        {
            "start": 872971800,
            "stop": 872971803
        },
        {
            "start": 872971804,
            "stop": 872971811
        },
        {
            "start": 872971812,
            "stop": 872971848
        },
        {
            "start": 872971849,
            "stop": 872971875
        },
        {
            "start": 872971876,
            "stop": 872972165
        }
    ]
}