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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 135,
    "results": [
        {
            "start": 1416834260,
            "stop": 1416836319
        },
        {
            "start": 1416836324,
            "stop": 1416838952
        },
        {
            "start": 1416838957,
            "stop": 1416841111
        },
        {
            "start": 1416848654,
            "stop": 1416856492
        },
        {
            "start": 1416856497,
            "stop": 1416864812
        },
        {
            "start": 1416864817,
            "stop": 1416870471
        },
        {
            "start": 1416870476,
            "stop": 1416875530
        },
        {
            "start": 1416875535,
            "stop": 1416878079
        },
        {
            "start": 1416878084,
            "stop": 1416884527
        },
        {
            "start": 1416888028,
            "stop": 1416888847
        },
        {
            "start": 1416888852,
            "stop": 1416892021
        },
        {
            "start": 1416895522,
            "stop": 1416897392
        },
        {
            "start": 1416897396,
            "stop": 1416897590
        },
        {
            "start": 1416904125,
            "stop": 1416908474
        },
        {
            "start": 1416908479,
            "stop": 1416908519
        },
        {
            "start": 1416908524,
            "stop": 1416919277
        },
        {
            "start": 1416919282,
            "stop": 1416924746
        },
        {
            "start": 1416924751,
            "stop": 1416928556
        },
        {
            "start": 1416928560,
            "stop": 1416935653
        },
        {
            "start": 1416939633,
            "stop": 1416950081
        }
    ]
}