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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=333",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 334,
    "results": [
        {
            "start": 1264987993,
            "stop": 1264988922
        },
        {
            "start": 1264988928,
            "stop": 1264988929
        },
        {
            "start": 1264988931,
            "stop": 1264988937
        },
        {
            "start": 1264988939,
            "stop": 1264989287
        },
        {
            "start": 1264989288,
            "stop": 1264989291
        },
        {
            "start": 1264989292,
            "stop": 1264989607
        },
        {
            "start": 1264989608,
            "stop": 1264989610
        },
        {
            "start": 1264989611,
            "stop": 1264990470
        },
        {
            "start": 1264990471,
            "stop": 1264990485
        },
        {
            "start": 1264990486,
            "stop": 1264990498
        },
        {
            "start": 1264990499,
            "stop": 1264990520
        },
        {
            "start": 1264990521,
            "stop": 1264990572
        },
        {
            "start": 1264990573,
            "stop": 1264990575
        },
        {
            "start": 1264990576,
            "stop": 1264990580
        },
        {
            "start": 1264990582,
            "stop": 1264990583
        },
        {
            "start": 1264990584,
            "stop": 1264990589
        },
        {
            "start": 1264990590,
            "stop": 1264990604
        },
        {
            "start": 1264990605,
            "stop": 1264990609
        },
        {
            "start": 1264990610,
            "stop": 1264990612
        },
        {
            "start": 1264990614,
            "stop": 1264990616
        }
    ]
}