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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=230",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 231,
    "results": [
        {
            "start": 1264396074,
            "stop": 1264396080
        },
        {
            "start": 1264396082,
            "stop": 1264396088
        },
        {
            "start": 1264396090,
            "stop": 1264396130
        },
        {
            "start": 1264396133,
            "stop": 1264396146
        },
        {
            "start": 1264396147,
            "stop": 1264396154
        },
        {
            "start": 1264396156,
            "stop": 1264396172
        },
        {
            "start": 1264396174,
            "stop": 1264396188
        },
        {
            "start": 1264396191,
            "stop": 1264396304
        },
        {
            "start": 1264396305,
            "stop": 1264396306
        },
        {
            "start": 1264396307,
            "stop": 1264396314
        },
        {
            "start": 1264396315,
            "stop": 1264396321
        },
        {
            "start": 1264396324,
            "stop": 1264396329
        },
        {
            "start": 1264396330,
            "stop": 1264396331
        },
        {
            "start": 1264396333,
            "stop": 1264396338
        },
        {
            "start": 1264396340,
            "stop": 1264396434
        },
        {
            "start": 1264396435,
            "stop": 1264396586
        },
        {
            "start": 1264396587,
            "stop": 1264396596
        },
        {
            "start": 1264396597,
            "stop": 1264396627
        },
        {
            "start": 1264396630,
            "stop": 1264396636
        },
        {
            "start": 1264396639,
            "stop": 1264396645
        }
    ]
}