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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 39,
    "results": [
        {
            "start": 1402135349,
            "stop": 1402135724
        },
        {
            "start": 1402135730,
            "stop": 1402140974
        },
        {
            "start": 1402140981,
            "stop": 1402151122
        },
        {
            "start": 1402200167,
            "stop": 1402203812
        },
        {
            "start": 1402203815,
            "stop": 1402206348
        },
        {
            "start": 1402206355,
            "stop": 1402208354
        },
        {
            "start": 1402208360,
            "stop": 1402213980
        },
        {
            "start": 1402213986,
            "stop": 1402226948
        },
        {
            "start": 1402226955,
            "stop": 1402229274
        },
        {
            "start": 1402229281,
            "stop": 1402229319
        },
        {
            "start": 1402229326,
            "stop": 1402231346
        },
        {
            "start": 1402231352,
            "stop": 1402231739
        },
        {
            "start": 1402231742,
            "stop": 1402243218
        },
        {
            "start": 1402243221,
            "stop": 1402246378
        },
        {
            "start": 1402246385,
            "stop": 1402246397
        },
        {
            "start": 1402246403,
            "stop": 1402247349
        },
        {
            "start": 1402247352,
            "stop": 1402247759
        },
        {
            "start": 1402247765,
            "stop": 1402248861
        },
        {
            "start": 1402248864,
            "stop": 1402248878
        },
        {
            "start": 1402248884,
            "stop": 1402249068
        }
    ]
}