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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=136",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 137,
    "results": [
        {
            "start": 1264317263,
            "stop": 1264317273
        },
        {
            "start": 1264317274,
            "stop": 1264317276
        },
        {
            "start": 1264317280,
            "stop": 1264317288
        },
        {
            "start": 1264317290,
            "stop": 1264317291
        },
        {
            "start": 1264317293,
            "stop": 1264317297
        },
        {
            "start": 1264317298,
            "stop": 1264317301
        },
        {
            "start": 1264317304,
            "stop": 1264317311
        },
        {
            "start": 1264317312,
            "stop": 1264317317
        },
        {
            "start": 1264317318,
            "stop": 1264317319
        },
        {
            "start": 1264317320,
            "stop": 1264317325
        },
        {
            "start": 1264317326,
            "stop": 1264317327
        },
        {
            "start": 1264317328,
            "stop": 1264317330
        },
        {
            "start": 1264317331,
            "stop": 1264317541
        },
        {
            "start": 1264317542,
            "stop": 1264317549
        },
        {
            "start": 1264317550,
            "stop": 1264317633
        },
        {
            "start": 1264317634,
            "stop": 1264327723
        },
        {
            "start": 1264327724,
            "stop": 1264327725
        },
        {
            "start": 1264327726,
            "stop": 1264327727
        },
        {
            "start": 1264327729,
            "stop": 1264327741
        },
        {
            "start": 1264327743,
            "stop": 1264327913
        }
    ]
}