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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=257",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 258,
    "results": [
        {
            "start": 1264423073,
            "stop": 1264423084
        },
        {
            "start": 1264423085,
            "stop": 1264423139
        },
        {
            "start": 1264423142,
            "stop": 1264423198
        },
        {
            "start": 1264423201,
            "stop": 1264423249
        },
        {
            "start": 1264423252,
            "stop": 1264423321
        },
        {
            "start": 1264423322,
            "stop": 1264423335
        },
        {
            "start": 1264423336,
            "stop": 1264423337
        },
        {
            "start": 1264423338,
            "stop": 1264423357
        },
        {
            "start": 1264423359,
            "stop": 1264423424
        },
        {
            "start": 1264423427,
            "stop": 1264423521
        },
        {
            "start": 1264423525,
            "stop": 1264423910
        },
        {
            "start": 1264423912,
            "stop": 1264423923
        },
        {
            "start": 1264423925,
            "stop": 1264423983
        },
        {
            "start": 1264423985,
            "stop": 1264424789
        },
        {
            "start": 1264424790,
            "stop": 1264425578
        },
        {
            "start": 1264425579,
            "stop": 1264428425
        },
        {
            "start": 1264428426,
            "stop": 1264431382
        },
        {
            "start": 1264431384,
            "stop": 1264432986
        },
        {
            "start": 1264432988,
            "stop": 1264439935
        },
        {
            "start": 1264439936,
            "stop": 1264440001
        }
    ]
}