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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=175",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 176,
    "results": [
        {
            "start": 1264370772,
            "stop": 1264370774
        },
        {
            "start": 1264370775,
            "stop": 1264370780
        },
        {
            "start": 1264370782,
            "stop": 1264370792
        },
        {
            "start": 1264370794,
            "stop": 1264370795
        },
        {
            "start": 1264370798,
            "stop": 1264370803
        },
        {
            "start": 1264370807,
            "stop": 1264370822
        },
        {
            "start": 1264370824,
            "stop": 1264370826
        },
        {
            "start": 1264370827,
            "stop": 1264370830
        },
        {
            "start": 1264370831,
            "stop": 1264370833
        },
        {
            "start": 1264370835,
            "stop": 1264370853
        },
        {
            "start": 1264370854,
            "stop": 1264370857
        },
        {
            "start": 1264370861,
            "stop": 1264370870
        },
        {
            "start": 1264370872,
            "stop": 1264370903
        },
        {
            "start": 1264370904,
            "stop": 1264370905
        },
        {
            "start": 1264370906,
            "stop": 1264370917
        },
        {
            "start": 1264370921,
            "stop": 1264370928
        },
        {
            "start": 1264370931,
            "stop": 1264370932
        },
        {
            "start": 1264370934,
            "stop": 1264370935
        },
        {
            "start": 1264370937,
            "stop": 1264370961
        },
        {
            "start": 1264370967,
            "stop": 1264370968
        }
    ]
}