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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=184",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 185,
    "results": [
        {
            "start": 1264374388,
            "stop": 1264374402
        },
        {
            "start": 1264374404,
            "stop": 1264374438
        },
        {
            "start": 1264374440,
            "stop": 1264374445
        },
        {
            "start": 1264374446,
            "stop": 1264374453
        },
        {
            "start": 1264374455,
            "stop": 1264374461
        },
        {
            "start": 1264374463,
            "stop": 1264374519
        },
        {
            "start": 1264374520,
            "stop": 1264374522
        },
        {
            "start": 1264374523,
            "stop": 1264374564
        },
        {
            "start": 1264374567,
            "stop": 1264374572
        },
        {
            "start": 1264374575,
            "stop": 1264374599
        },
        {
            "start": 1264374600,
            "stop": 1264374601
        },
        {
            "start": 1264374602,
            "stop": 1264374645
        },
        {
            "start": 1264374646,
            "stop": 1264374671
        },
        {
            "start": 1264374672,
            "stop": 1264374733
        },
        {
            "start": 1264374735,
            "stop": 1264374757
        },
        {
            "start": 1264374759,
            "stop": 1264374855
        },
        {
            "start": 1264374858,
            "stop": 1264374924
        },
        {
            "start": 1264374925,
            "stop": 1264374926
        },
        {
            "start": 1264374927,
            "stop": 1264374942
        },
        {
            "start": 1264374944,
            "stop": 1264374945
        }
    ]
}