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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=142",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 143,
    "results": [
        {
            "start": 832494136,
            "stop": 832504102
        },
        {
            "start": 832504212,
            "stop": 832507250
        },
        {
            "start": 832509282,
            "stop": 832509284
        },
        {
            "start": 832509304,
            "stop": 832509518
        },
        {
            "start": 832511187,
            "stop": 832520440
        },
        {
            "start": 832520550,
            "stop": 832523934
        },
        {
            "start": 832524234,
            "stop": 832529926
        },
        {
            "start": 832539250,
            "stop": 832539542
        },
        {
            "start": 832539545,
            "stop": 832540270
        },
        {
            "start": 832540273,
            "stop": 832540883
        },
        {
            "start": 832540886,
            "stop": 832542270
        },
        {
            "start": 832543459,
            "stop": 832545055
        },
        {
            "start": 832545058,
            "stop": 832553068
        },
        {
            "start": 832554751,
            "stop": 832555482
        },
        {
            "start": 832555592,
            "stop": 832557415
        },
        {
            "start": 832557472,
            "stop": 832558213
        },
        {
            "start": 832558513,
            "stop": 832561885
        },
        {
            "start": 832561889,
            "stop": 832601648
        },
        {
            "start": 832610422,
            "stop": 832611905
        },
        {
            "start": 832612017,
            "stop": 832613833
        }
    ]
}