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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3736",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3737,
    "results": [
        {
            "start": 873716220,
            "stop": 873716280
        },
        {
            "start": 873716460,
            "stop": 873716580
        },
        {
            "start": 873716760,
            "stop": 873717060
        },
        {
            "start": 873717180,
            "stop": 873718080
        },
        {
            "start": 873718140,
            "stop": 873719118
        },
        {
            "start": 873719135,
            "stop": 873723909
        },
        {
            "start": 873723926,
            "stop": 873724045
        },
        {
            "start": 873724062,
            "stop": 873725994
        },
        {
            "start": 873726011,
            "stop": 873726312
        },
        {
            "start": 873726329,
            "stop": 873726334
        },
        {
            "start": 873726351,
            "stop": 873726702
        },
        {
            "start": 873726719,
            "stop": 873728160
        },
        {
            "start": 873728220,
            "stop": 873728476
        },
        {
            "start": 873728493,
            "stop": 873729283
        },
        {
            "start": 873729300,
            "stop": 873729497
        },
        {
            "start": 873729514,
            "stop": 873730392
        },
        {
            "start": 873730413,
            "stop": 873730440
        },
        {
            "start": 873730500,
            "stop": 873730688
        },
        {
            "start": 873730705,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873731719
        }
    ]
}