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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=166",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 167,
    "results": [
        {
            "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
        },
        {
            "start": 821642495,
            "stop": 821642508
        },
        {
            "start": 821642511,
            "stop": 821642514
        },
        {
            "start": 821642517,
            "stop": 821642525
        },
        {
            "start": 821642528,
            "stop": 821642534
        },
        {
            "start": 821642537,
            "stop": 821642561
        },
        {
            "start": 821642564,
            "stop": 821642568
        },
        {
            "start": 821642573,
            "stop": 821642575
        }
    ]
}