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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 241,
    "results": [
        {
            "start": 1422000246,
            "stop": 1422000794
        },
        {
            "start": 1422000796,
            "stop": 1422001109
        },
        {
            "start": 1422001117,
            "stop": 1422001196
        },
        {
            "start": 1422004283,
            "stop": 1422004287
        },
        {
            "start": 1422004289,
            "stop": 1422004493
        },
        {
            "start": 1422004497,
            "stop": 1422004799
        },
        {
            "start": 1422004801,
            "stop": 1422005041
        },
        {
            "start": 1422005045,
            "stop": 1422005077
        },
        {
            "start": 1422005083,
            "stop": 1422005265
        },
        {
            "start": 1422005269,
            "stop": 1422005349
        },
        {
            "start": 1422005354,
            "stop": 1422005357
        },
        {
            "start": 1422005361,
            "stop": 1422005525
        },
        {
            "start": 1422005533,
            "stop": 1422005621
        },
        {
            "start": 1422005625,
            "stop": 1422006486
        },
        {
            "start": 1422006487,
            "stop": 1422006661
        },
        {
            "start": 1422006665,
            "stop": 1422006904
        },
        {
            "start": 1422006905,
            "stop": 1422007429
        },
        {
            "start": 1422007433,
            "stop": 1422007513
        },
        {
            "start": 1422007517,
            "stop": 1422007629
        },
        {
            "start": 1422007631,
            "stop": 1422007653
        }
    ]
}