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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=25",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 26,
    "results": [
        {
            "start": 1399881985,
            "stop": 1399882121
        },
        {
            "start": 1399882125,
            "stop": 1399882149
        },
        {
            "start": 1399882157,
            "stop": 1399882163
        },
        {
            "start": 1399882165,
            "stop": 1399882177
        },
        {
            "start": 1399882179,
            "stop": 1399882366
        },
        {
            "start": 1399882367,
            "stop": 1399883385
        },
        {
            "start": 1399883393,
            "stop": 1399883401
        },
        {
            "start": 1399883406,
            "stop": 1399883717
        },
        {
            "start": 1399883729,
            "stop": 1399883845
        },
        {
            "start": 1399883850,
            "stop": 1399883857
        },
        {
            "start": 1399883861,
            "stop": 1399883921
        },
        {
            "start": 1399883929,
            "stop": 1399884010
        },
        {
            "start": 1399884116,
            "stop": 1399884131
        },
        {
            "start": 1399884133,
            "stop": 1399884146
        },
        {
            "start": 1399884148,
            "stop": 1399884150
        },
        {
            "start": 1399884151,
            "stop": 1399884254
        },
        {
            "start": 1399884256,
            "stop": 1399884445
        },
        {
            "start": 1399884453,
            "stop": 1399884665
        },
        {
            "start": 1399884677,
            "stop": 1399884689
        },
        {
            "start": 1399884705,
            "stop": 1399886076
        }
    ]
}