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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=116",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 117,
    "results": [
        {
            "start": 1264170417,
            "stop": 1264170767
        },
        {
            "start": 1264170769,
            "stop": 1264171178
        },
        {
            "start": 1264171180,
            "stop": 1264171182
        },
        {
            "start": 1264171184,
            "stop": 1264171205
        },
        {
            "start": 1264171206,
            "stop": 1264171270
        },
        {
            "start": 1264171272,
            "stop": 1264171273
        },
        {
            "start": 1264171275,
            "stop": 1264171277
        },
        {
            "start": 1264171280,
            "stop": 1264171285
        },
        {
            "start": 1264171287,
            "stop": 1264171332
        },
        {
            "start": 1264171334,
            "stop": 1264171348
        },
        {
            "start": 1264171349,
            "stop": 1264171371
        },
        {
            "start": 1264171372,
            "stop": 1264171379
        },
        {
            "start": 1264171381,
            "stop": 1264171383
        },
        {
            "start": 1264171385,
            "stop": 1264171386
        },
        {
            "start": 1264171390,
            "stop": 1264171398
        },
        {
            "start": 1264171399,
            "stop": 1264171407
        },
        {
            "start": 1264171408,
            "stop": 1264171414
        },
        {
            "start": 1264171415,
            "stop": 1264171417
        },
        {
            "start": 1264171418,
            "stop": 1264171420
        },
        {
            "start": 1264171423,
            "stop": 1264171424
        }
    ]
}