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=7107
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=7108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7106",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7107,
    "results": [
        {
            "start": 874212141,
            "stop": 874212167
        },
        {
            "start": 874212168,
            "stop": 874212191
        },
        {
            "start": 874212193,
            "stop": 874212252
        },
        {
            "start": 874212253,
            "stop": 874212369
        },
        {
            "start": 874212371,
            "stop": 874212638
        },
        {
            "start": 874212639,
            "stop": 874212896
        },
        {
            "start": 874212897,
            "stop": 874213055
        },
        {
            "start": 874213056,
            "stop": 874213132
        },
        {
            "start": 874213133,
            "stop": 874213395
        },
        {
            "start": 874213396,
            "stop": 874213683
        },
        {
            "start": 874213684,
            "stop": 874214130
        },
        {
            "start": 874214132,
            "stop": 874214147
        },
        {
            "start": 874214149,
            "stop": 874214526
        },
        {
            "start": 874214527,
            "stop": 874214809
        },
        {
            "start": 874214810,
            "stop": 874215115
        },
        {
            "start": 874215116,
            "stop": 874215176
        },
        {
            "start": 874215177,
            "stop": 874215182
        },
        {
            "start": 874215184,
            "stop": 874215828
        },
        {
            "start": 874215830,
            "stop": 874215985
        },
        {
            "start": 874215986,
            "stop": 874216355
        }
    ]
}