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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=90",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 91,
    "results": [
        {
            "start": 821348949,
            "stop": 821348997
        },
        {
            "start": 821349000,
            "stop": 821349087
        },
        {
            "start": 821349090,
            "stop": 821349215
        },
        {
            "start": 821349218,
            "stop": 821349286
        },
        {
            "start": 821349289,
            "stop": 821349315
        },
        {
            "start": 821349318,
            "stop": 821349641
        },
        {
            "start": 821349644,
            "stop": 821349655
        },
        {
            "start": 821349660,
            "stop": 821349879
        },
        {
            "start": 821349882,
            "stop": 821350127
        },
        {
            "start": 821350130,
            "stop": 821350349
        },
        {
            "start": 821350352,
            "stop": 821350556
        },
        {
            "start": 821350559,
            "stop": 821350771
        },
        {
            "start": 821350774,
            "stop": 821350916
        },
        {
            "start": 821350919,
            "stop": 821350922
        },
        {
            "start": 821350925,
            "stop": 821350926
        },
        {
            "start": 821350929,
            "stop": 821350931
        },
        {
            "start": 821350934,
            "stop": 821351075
        },
        {
            "start": 821351078,
            "stop": 821351182
        },
        {
            "start": 821351185,
            "stop": 821351347
        },
        {
            "start": 821351350,
            "stop": 821351356
        }
    ]
}