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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=303",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 304,
    "results": [
        {
            "start": 1264845021,
            "stop": 1264845031
        },
        {
            "start": 1264845035,
            "stop": 1264845049
        },
        {
            "start": 1264845053,
            "stop": 1264845055
        },
        {
            "start": 1264845056,
            "stop": 1264845073
        },
        {
            "start": 1264845077,
            "stop": 1264845121
        },
        {
            "start": 1264845127,
            "stop": 1264845185
        },
        {
            "start": 1264845186,
            "stop": 1264845192
        },
        {
            "start": 1264845194,
            "stop": 1264845211
        },
        {
            "start": 1264845213,
            "stop": 1264845229
        },
        {
            "start": 1264845233,
            "stop": 1264845288
        },
        {
            "start": 1264845290,
            "stop": 1264845369
        },
        {
            "start": 1264845372,
            "stop": 1264845384
        },
        {
            "start": 1264845387,
            "stop": 1264845396
        },
        {
            "start": 1264845398,
            "stop": 1264845411
        },
        {
            "start": 1264845412,
            "stop": 1264845426
        },
        {
            "start": 1264845430,
            "stop": 1264845431
        },
        {
            "start": 1264845437,
            "stop": 1264845505
        },
        {
            "start": 1264845508,
            "stop": 1264845514
        },
        {
            "start": 1264845515,
            "stop": 1264845527
        },
        {
            "start": 1264845528,
            "stop": 1264845551
        }
    ]
}