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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 90,
    "results": [
        {
            "start": 1411320792,
            "stop": 1411320793
        },
        {
            "start": 1411320798,
            "stop": 1411321094
        },
        {
            "start": 1411321099,
            "stop": 1411321175
        },
        {
            "start": 1411321179,
            "stop": 1411321612
        },
        {
            "start": 1411326539,
            "stop": 1411326737
        },
        {
            "start": 1411326742,
            "stop": 1411327283
        },
        {
            "start": 1411327445,
            "stop": 1411328439
        },
        {
            "start": 1411328444,
            "stop": 1411330912
        },
        {
            "start": 1411330916,
            "stop": 1411330984
        },
        {
            "start": 1411330988,
            "stop": 1411331017
        },
        {
            "start": 1411331022,
            "stop": 1411331401
        },
        {
            "start": 1411355385,
            "stop": 1411356057
        },
        {
            "start": 1411356062,
            "stop": 1411356853
        },
        {
            "start": 1411356858,
            "stop": 1411358762
        },
        {
            "start": 1411358766,
            "stop": 1411362129
        },
        {
            "start": 1411362134,
            "stop": 1411364866
        },
        {
            "start": 1411364871,
            "stop": 1411365061
        },
        {
            "start": 1411370401,
            "stop": 1411371411
        },
        {
            "start": 1411374962,
            "stop": 1411382804
        },
        {
            "start": 1411387353,
            "stop": 1411387680
        }
    ]
}