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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=105",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 106,
    "results": [
        {
            "start": 1264008917,
            "stop": 1264010894
        },
        {
            "start": 1264010896,
            "stop": 1264011283
        },
        {
            "start": 1264013167,
            "stop": 1264032750
        },
        {
            "start": 1264032752,
            "stop": 1264044628
        },
        {
            "start": 1264044632,
            "stop": 1264046619
        },
        {
            "start": 1264046648,
            "stop": 1264046666
        },
        {
            "start": 1264050328,
            "stop": 1264056807
        },
        {
            "start": 1264063444,
            "stop": 1264071476
        },
        {
            "start": 1264071479,
            "stop": 1264071485
        },
        {
            "start": 1264071487,
            "stop": 1264089315
        },
        {
            "start": 1264089316,
            "stop": 1264098219
        },
        {
            "start": 1264098220,
            "stop": 1264109929
        },
        {
            "start": 1264109931,
            "stop": 1264111914
        },
        {
            "start": 1264111915,
            "stop": 1264112574
        },
        {
            "start": 1264112577,
            "stop": 1264112581
        },
        {
            "start": 1264112585,
            "stop": 1264112717
        },
        {
            "start": 1264112719,
            "stop": 1264112770
        },
        {
            "start": 1264112775,
            "stop": 1264112792
        },
        {
            "start": 1264112794,
            "stop": 1264112801
        },
        {
            "start": 1264112802,
            "stop": 1264113107
        }
    ]
}