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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 339,
    "results": [
        {
            "start": 1181325038,
            "stop": 1181325088
        },
        {
            "start": 1181325089,
            "stop": 1181326699
        },
        {
            "start": 1181326702,
            "stop": 1181327856
        },
        {
            "start": 1181327857,
            "stop": 1181327917
        },
        {
            "start": 1181327920,
            "stop": 1181329869
        },
        {
            "start": 1181329870,
            "stop": 1181333335
        },
        {
            "start": 1181333336,
            "stop": 1181333606
        },
        {
            "start": 1181333607,
            "stop": 1181333916
        },
        {
            "start": 1181333917,
            "stop": 1181340309
        },
        {
            "start": 1181340310,
            "stop": 1181353555
        },
        {
            "start": 1181353559,
            "stop": 1181353695
        },
        {
            "start": 1181353696,
            "stop": 1181353697
        },
        {
            "start": 1181353699,
            "stop": 1181354364
        },
        {
            "start": 1181354365,
            "stop": 1181356296
        },
        {
            "start": 1181356297,
            "stop": 1181358319
        },
        {
            "start": 1181358320,
            "stop": 1181358922
        },
        {
            "start": 1181358926,
            "stop": 1181360981
        },
        {
            "start": 1181360982,
            "stop": 1181363676
        },
        {
            "start": 1181363677,
            "stop": 1181364609
        },
        {
            "start": 1181364610,
            "stop": 1181364838
        }
    ]
}