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_BURST_CAT3/segments?format=api&page=414
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=413",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 414,
    "results": [
        {
            "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
        },
        {
            "start": 1264370969,
            "stop": 1264370971
        },
        {
            "start": 1264370974,
            "stop": 1264370975
        },
        {
            "start": 1264370976,
            "stop": 1264370979
        },
        {
            "start": 1264370981,
            "stop": 1264370983
        }
    ]
}