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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=175",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 176,
    "results": [
        {
            "start": 821642104,
            "stop": 821642121
        },
        {
            "start": 821642125,
            "stop": 821642138
        },
        {
            "start": 821642141,
            "stop": 821642193
        },
        {
            "start": 821642196,
            "stop": 821642197
        },
        {
            "start": 821642200,
            "stop": 821642243
        },
        {
            "start": 821642249,
            "stop": 821642251
        },
        {
            "start": 821642256,
            "stop": 821642281
        },
        {
            "start": 821642284,
            "stop": 821642292
        },
        {
            "start": 821642295,
            "stop": 821642306
        },
        {
            "start": 821642309,
            "stop": 821642319
        },
        {
            "start": 821642322,
            "stop": 821642327
        },
        {
            "start": 821642330,
            "stop": 821642339
        },
        {
            "start": 821642342,
            "stop": 821642364
        },
        {
            "start": 821642367,
            "stop": 821642398
        },
        {
            "start": 821642401,
            "stop": 821642403
        },
        {
            "start": 821642406,
            "stop": 821642408
        },
        {
            "start": 821642411,
            "stop": 821642414
        },
        {
            "start": 821642417,
            "stop": 821642418
        },
        {
            "start": 821642422,
            "stop": 821642450
        },
        {
            "start": 821642453,
            "stop": 821642492
        }
    ]
}