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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=133",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 134,
    "results": [
        {
            "start": 1264316032,
            "stop": 1264316116
        },
        {
            "start": 1264316124,
            "stop": 1264316126
        },
        {
            "start": 1264316127,
            "stop": 1264316134
        },
        {
            "start": 1264316135,
            "stop": 1264316136
        },
        {
            "start": 1264316137,
            "stop": 1264316141
        },
        {
            "start": 1264316142,
            "stop": 1264316154
        },
        {
            "start": 1264316156,
            "stop": 1264316162
        },
        {
            "start": 1264316166,
            "stop": 1264316168
        },
        {
            "start": 1264316169,
            "stop": 1264316185
        },
        {
            "start": 1264316186,
            "stop": 1264316191
        },
        {
            "start": 1264316192,
            "stop": 1264316196
        },
        {
            "start": 1264316199,
            "stop": 1264316237
        },
        {
            "start": 1264316238,
            "stop": 1264316239
        },
        {
            "start": 1264316240,
            "stop": 1264316253
        },
        {
            "start": 1264316254,
            "stop": 1264316259
        },
        {
            "start": 1264316262,
            "stop": 1264316265
        },
        {
            "start": 1264316266,
            "stop": 1264316269
        },
        {
            "start": 1264316271,
            "stop": 1264316272
        },
        {
            "start": 1264316274,
            "stop": 1264316275
        },
        {
            "start": 1264316277,
            "stop": 1264316409
        }
    ]
}