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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 94,
    "results": [
        {
            "start": 1411679407,
            "stop": 1411684904
        },
        {
            "start": 1411684909,
            "stop": 1411687721
        },
        {
            "start": 1411687726,
            "stop": 1411687799
        },
        {
            "start": 1411687804,
            "stop": 1411687938
        },
        {
            "start": 1411695049,
            "stop": 1411700115
        },
        {
            "start": 1411700120,
            "stop": 1411706370
        },
        {
            "start": 1411706375,
            "stop": 1411707249
        },
        {
            "start": 1411712238,
            "stop": 1411713018
        },
        {
            "start": 1411713154,
            "stop": 1411713682
        },
        {
            "start": 1411713687,
            "stop": 1411722234
        },
        {
            "start": 1411728809,
            "stop": 1411729369
        },
        {
            "start": 1411729372,
            "stop": 1411735351
        },
        {
            "start": 1411735356,
            "stop": 1411739202
        },
        {
            "start": 1411739205,
            "stop": 1411740143
        },
        {
            "start": 1411740146,
            "stop": 1411743206
        },
        {
            "start": 1411743211,
            "stop": 1411743228
        },
        {
            "start": 1411743231,
            "stop": 1411744446
        },
        {
            "start": 1411744451,
            "stop": 1411744456
        },
        {
            "start": 1411744461,
            "stop": 1411744469
        },
        {
            "start": 1411744479,
            "stop": 1411744492
        }
    ]
}