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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=248",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 249,
    "results": [
        {
            "start": 1262686607,
            "stop": 1262686717
        },
        {
            "start": 1262686720,
            "stop": 1262686983
        },
        {
            "start": 1262686985,
            "stop": 1262687485
        },
        {
            "start": 1262687487,
            "stop": 1262687647
        },
        {
            "start": 1262687649,
            "stop": 1262687671
        },
        {
            "start": 1262687674,
            "stop": 1262687696
        },
        {
            "start": 1262687698,
            "stop": 1262687699
        },
        {
            "start": 1262687701,
            "stop": 1262687926
        },
        {
            "start": 1262687929,
            "stop": 1262687999
        },
        {
            "start": 1262688000,
            "stop": 1262688005
        },
        {
            "start": 1262688007,
            "stop": 1262688055
        },
        {
            "start": 1262688057,
            "stop": 1262688062
        },
        {
            "start": 1262688066,
            "stop": 1262688163
        },
        {
            "start": 1262688166,
            "stop": 1262688385
        },
        {
            "start": 1262688387,
            "stop": 1262688629
        },
        {
            "start": 1262688630,
            "stop": 1262688970
        },
        {
            "start": 1262688973,
            "stop": 1262689076
        },
        {
            "start": 1262689078,
            "stop": 1262689095
        },
        {
            "start": 1262689098,
            "stop": 1262689160
        },
        {
            "start": 1262689162,
            "stop": 1262689272
        }
    ]
}