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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=366",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 367,
    "results": [
        {
            "start": 1260896862,
            "stop": 1260896882
        },
        {
            "start": 1260896885,
            "stop": 1260897008
        },
        {
            "start": 1260897011,
            "stop": 1260897341
        },
        {
            "start": 1260897344,
            "stop": 1260897497
        },
        {
            "start": 1260897500,
            "stop": 1260897699
        },
        {
            "start": 1260897702,
            "stop": 1260897869
        },
        {
            "start": 1260897872,
            "stop": 1260898123
        },
        {
            "start": 1260898126,
            "stop": 1260898138
        },
        {
            "start": 1260898141,
            "stop": 1260898273
        },
        {
            "start": 1260898276,
            "stop": 1260898348
        },
        {
            "start": 1260898351,
            "stop": 1260898436
        },
        {
            "start": 1260898439,
            "stop": 1260898543
        },
        {
            "start": 1260898546,
            "stop": 1260898805
        },
        {
            "start": 1260898808,
            "stop": 1260898955
        },
        {
            "start": 1260898958,
            "stop": 1260899096
        },
        {
            "start": 1260899099,
            "stop": 1260899582
        },
        {
            "start": 1260899585,
            "stop": 1260899966
        },
        {
            "start": 1260907053,
            "stop": 1260907054
        },
        {
            "start": 1260907057,
            "stop": 1260907094
        },
        {
            "start": 1260907097,
            "stop": 1260907098
        }
    ]
}