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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=151",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 152,
    "results": [
        {
            "start": 932213520,
            "stop": 932214921
        },
        {
            "start": 932269258,
            "stop": 932269415
        },
        {
            "start": 932269417,
            "stop": 932269467
        },
        {
            "start": 932270775,
            "stop": 932271575
        },
        {
            "start": 932271577,
            "stop": 932272145
        },
        {
            "start": 932272147,
            "stop": 932273480
        },
        {
            "start": 932273483,
            "stop": 932273622
        },
        {
            "start": 932273624,
            "stop": 932274015
        },
        {
            "start": 932274375,
            "stop": 932275611
        },
        {
            "start": 932275613,
            "stop": 932276001
        },
        {
            "start": 932276003,
            "stop": 932277381
        },
        {
            "start": 932277384,
            "stop": 932277615
        },
        {
            "start": 932277975,
            "stop": 932278688
        },
        {
            "start": 932278693,
            "stop": 932281215
        },
        {
            "start": 932281575,
            "stop": 932282166
        },
        {
            "start": 932282168,
            "stop": 932284288
        },
        {
            "start": 932284290,
            "stop": 932284674
        },
        {
            "start": 932288775,
            "stop": 932289501
        },
        {
            "start": 932289504,
            "stop": 932289844
        },
        {
            "start": 932293443,
            "stop": 932293938
        }
    ]
}