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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=119",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 120,
    "results": [
        {
            "start": 832348027,
            "stop": 832348360
        },
        {
            "start": 832348680,
            "stop": 832349845
        },
        {
            "start": 832350932,
            "stop": 832351755
        },
        {
            "start": 832352303,
            "stop": 832353628
        },
        {
            "start": 832353948,
            "stop": 832355209
        },
        {
            "start": 832355377,
            "stop": 832359422
        },
        {
            "start": 832359822,
            "stop": 832360626
        },
        {
            "start": 832365821,
            "stop": 832366039
        },
        {
            "start": 832366439,
            "stop": 832366987
        },
        {
            "start": 832367307,
            "stop": 832369476
        },
        {
            "start": 832369876,
            "stop": 832370361
        },
        {
            "start": 832370899,
            "stop": 832373191
        },
        {
            "start": 832373511,
            "stop": 832373526
        },
        {
            "start": 832373926,
            "stop": 832375135
        },
        {
            "start": 832375455,
            "stop": 832375658
        },
        {
            "start": 832376058,
            "stop": 832376403
        },
        {
            "start": 832376723,
            "stop": 832377201
        },
        {
            "start": 832377601,
            "stop": 832401511
        },
        {
            "start": 832402240,
            "stop": 832404322
        },
        {
            "start": 832404763,
            "stop": 832406113
        }
    ]
}