Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=264
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=263",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 264,
    "results": [
        {
            "start": 934884240,
            "stop": 934887755
        },
        {
            "start": 934887760,
            "stop": 934887786
        },
        {
            "start": 934887788,
            "stop": 934887820
        },
        {
            "start": 934887822,
            "stop": 934887836
        },
        {
            "start": 934887841,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892595
        },
        {
            "start": 934895850,
            "stop": 934898566
        },
        {
            "start": 934898569,
            "stop": 934898584
        },
        {
            "start": 934898586,
            "stop": 934898593
        },
        {
            "start": 934898595,
            "stop": 934898612
        },
        {
            "start": 934898614,
            "stop": 934898617
        },
        {
            "start": 934898620,
            "stop": 934898634
        },
        {
            "start": 934898639,
            "stop": 934902159
        },
        {
            "start": 934902162,
            "stop": 934902213
        },
        {
            "start": 934902215,
            "stop": 934902219
        },
        {
            "start": 934902221,
            "stop": 934902227
        },
        {
            "start": 934902230,
            "stop": 934902235
        },
        {
            "start": 934902239,
            "stop": 934904740
        },
        {
            "start": 934945006,
            "stop": 934945366
        },
        {
            "start": 934945370,
            "stop": 934945384
        }
    ]
}