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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=222",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 223,
    "results": [
        {
            "start": 1264393318,
            "stop": 1264393324
        },
        {
            "start": 1264393327,
            "stop": 1264393418
        },
        {
            "start": 1264393420,
            "stop": 1264393478
        },
        {
            "start": 1264393479,
            "stop": 1264393486
        },
        {
            "start": 1264393488,
            "stop": 1264393495
        },
        {
            "start": 1264393496,
            "stop": 1264393499
        },
        {
            "start": 1264393500,
            "stop": 1264393504
        },
        {
            "start": 1264393506,
            "stop": 1264393507
        },
        {
            "start": 1264393510,
            "stop": 1264393511
        },
        {
            "start": 1264393514,
            "stop": 1264393586
        },
        {
            "start": 1264393588,
            "stop": 1264393608
        },
        {
            "start": 1264393609,
            "stop": 1264393612
        },
        {
            "start": 1264393614,
            "stop": 1264393615
        },
        {
            "start": 1264393618,
            "stop": 1264393620
        },
        {
            "start": 1264393622,
            "stop": 1264393624
        },
        {
            "start": 1264393626,
            "stop": 1264393628
        },
        {
            "start": 1264393631,
            "stop": 1264393633
        },
        {
            "start": 1264393634,
            "stop": 1264393637
        },
        {
            "start": 1264393638,
            "stop": 1264393645
        },
        {
            "start": 1264393646,
            "stop": 1264393649
        }
    ]
}