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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=61",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 62,
    "results": [
        {
            "start": 1262699057,
            "stop": 1262699112
        },
        {
            "start": 1262699116,
            "stop": 1262699118
        },
        {
            "start": 1262699123,
            "stop": 1262699131
        },
        {
            "start": 1262699134,
            "stop": 1262699147
        },
        {
            "start": 1262699149,
            "stop": 1262699198
        },
        {
            "start": 1262699199,
            "stop": 1262699220
        },
        {
            "start": 1262699221,
            "stop": 1262699223
        },
        {
            "start": 1262699225,
            "stop": 1262699227
        },
        {
            "start": 1262699229,
            "stop": 1262699233
        },
        {
            "start": 1262699235,
            "stop": 1262699266
        },
        {
            "start": 1262699269,
            "stop": 1262699297
        },
        {
            "start": 1262699298,
            "stop": 1262699302
        },
        {
            "start": 1262699304,
            "stop": 1262699354
        },
        {
            "start": 1262699355,
            "stop": 1262699359
        },
        {
            "start": 1262699364,
            "stop": 1262699366
        },
        {
            "start": 1262699370,
            "stop": 1262699394
        },
        {
            "start": 1262699395,
            "stop": 1262699421
        },
        {
            "start": 1262699422,
            "stop": 1262699434
        },
        {
            "start": 1262699437,
            "stop": 1262699452
        },
        {
            "start": 1262699456,
            "stop": 1262699515
        }
    ]
}