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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=283",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 284,
    "results": [
        {
            "start": 821596355,
            "stop": 821596427
        },
        {
            "start": 821596435,
            "stop": 821596454
        },
        {
            "start": 821596461,
            "stop": 821596475
        },
        {
            "start": 821596483,
            "stop": 821596560
        },
        {
            "start": 821596567,
            "stop": 821596725
        },
        {
            "start": 821596733,
            "stop": 821596886
        },
        {
            "start": 821596893,
            "stop": 821596915
        },
        {
            "start": 821596922,
            "stop": 821596941
        },
        {
            "start": 821596948,
            "stop": 821597068
        },
        {
            "start": 821597075,
            "stop": 821597088
        },
        {
            "start": 821597103,
            "stop": 821597127
        },
        {
            "start": 821597135,
            "stop": 821597215
        },
        {
            "start": 821597222,
            "stop": 821597318
        },
        {
            "start": 821597325,
            "stop": 821597383
        },
        {
            "start": 821597396,
            "stop": 821597409
        },
        {
            "start": 821599742,
            "stop": 821600233
        },
        {
            "start": 821604602,
            "stop": 821604777
        },
        {
            "start": 821604784,
            "stop": 821604810
        },
        {
            "start": 821604817,
            "stop": 821604951
        },
        {
            "start": 821604958,
            "stop": 821604969
        }
    ]
}