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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=758",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=756",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 757,
    "results": [
        {
            "start": 1267664243,
            "stop": 1267665583
        },
        {
            "start": 1267665587,
            "stop": 1267666959
        },
        {
            "start": 1267666963,
            "stop": 1267667814
        },
        {
            "start": 1267667815,
            "stop": 1267668249
        },
        {
            "start": 1267668254,
            "stop": 1267668878
        },
        {
            "start": 1267668884,
            "stop": 1267671220
        },
        {
            "start": 1267671223,
            "stop": 1267672479
        },
        {
            "start": 1267672481,
            "stop": 1267672702
        },
        {
            "start": 1267672704,
            "stop": 1267674106
        },
        {
            "start": 1267674111,
            "stop": 1267677646
        },
        {
            "start": 1267677651,
            "stop": 1267680284
        },
        {
            "start": 1267680287,
            "stop": 1267681287
        },
        {
            "start": 1267681290,
            "stop": 1267682151
        },
        {
            "start": 1267682152,
            "stop": 1267682731
        },
        {
            "start": 1267682732,
            "stop": 1267683160
        },
        {
            "start": 1267683161,
            "stop": 1267683520
        },
        {
            "start": 1267683522,
            "stop": 1267684986
        },
        {
            "start": 1267684988,
            "stop": 1267687580
        },
        {
            "start": 1267687585,
            "stop": 1267688015
        },
        {
            "start": 1267688018,
            "stop": 1267688338
        }
    ]
}