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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6543",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6544,
    "results": [
        {
            "start": 874387649,
            "stop": 874387720
        },
        {
            "start": 874387721,
            "stop": 874387745
        },
        {
            "start": 874387746,
            "stop": 874387767
        },
        {
            "start": 874387768,
            "stop": 874387884
        },
        {
            "start": 874387885,
            "stop": 874388259
        },
        {
            "start": 874388260,
            "stop": 874388626
        },
        {
            "start": 874388627,
            "stop": 874388640
        },
        {
            "start": 874388641,
            "stop": 874388747
        },
        {
            "start": 874388749,
            "stop": 874388825
        },
        {
            "start": 874388826,
            "stop": 874389339
        },
        {
            "start": 874389340,
            "stop": 874389398
        },
        {
            "start": 874389399,
            "stop": 874389437
        },
        {
            "start": 874389438,
            "stop": 874389498
        },
        {
            "start": 874389500,
            "stop": 874389524
        },
        {
            "start": 874389527,
            "stop": 874389569
        },
        {
            "start": 874389571,
            "stop": 874389596
        },
        {
            "start": 874389597,
            "stop": 874389629
        },
        {
            "start": 874389630,
            "stop": 874389732
        },
        {
            "start": 874389733,
            "stop": 874389790
        },
        {
            "start": 874389791,
            "stop": 874390628
        }
    ]
}