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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=372",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 373,
    "results": [
        {
            "start": 865361371,
            "stop": 865361430
        },
        {
            "start": 865361497,
            "stop": 865361507
        },
        {
            "start": 865361580,
            "stop": 865361590
        },
        {
            "start": 865361621,
            "stop": 865361670
        },
        {
            "start": 865361730,
            "stop": 865361753
        },
        {
            "start": 865361771,
            "stop": 865361784
        },
        {
            "start": 865361821,
            "stop": 865361856
        },
        {
            "start": 865389877,
            "stop": 865397990
        },
        {
            "start": 865398100,
            "stop": 865398277
        },
        {
            "start": 865398684,
            "stop": 865399098
        },
        {
            "start": 865399398,
            "stop": 865399437
        },
        {
            "start": 865399547,
            "stop": 865399646
        },
        {
            "start": 865399946,
            "stop": 865418174
        },
        {
            "start": 865418198,
            "stop": 865455249
        },
        {
            "start": 865455268,
            "stop": 865465053
        },
        {
            "start": 865465475,
            "stop": 865465497
        },
        {
            "start": 865465812,
            "stop": 865474358
        },
        {
            "start": 865475485,
            "stop": 865479245
        },
        {
            "start": 865479263,
            "stop": 865487238
        },
        {
            "start": 865487258,
            "stop": 865490701
        }
    ]
}