Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=111
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 111,
    "results": [
        {
            "start": 1259696841,
            "stop": 1259697239
        },
        {
            "start": 1259697244,
            "stop": 1259699630
        },
        {
            "start": 1259699635,
            "stop": 1259701492
        },
        {
            "start": 1259701495,
            "stop": 1259701629
        },
        {
            "start": 1259701633,
            "stop": 1259701916
        },
        {
            "start": 1259701921,
            "stop": 1259703627
        },
        {
            "start": 1259703629,
            "stop": 1259705025
        },
        {
            "start": 1259705028,
            "stop": 1259706257
        },
        {
            "start": 1259706261,
            "stop": 1259708043
        },
        {
            "start": 1259708044,
            "stop": 1259708818
        },
        {
            "start": 1259708819,
            "stop": 1259709874
        },
        {
            "start": 1259709878,
            "stop": 1259712883
        },
        {
            "start": 1259712886,
            "stop": 1259713459
        },
        {
            "start": 1259713462,
            "stop": 1259713463
        },
        {
            "start": 1259713465,
            "stop": 1259713468
        },
        {
            "start": 1259713471,
            "stop": 1259713721
        },
        {
            "start": 1259713724,
            "stop": 1259714670
        },
        {
            "start": 1259714672,
            "stop": 1259714957
        },
        {
            "start": 1259714961,
            "stop": 1259716375
        },
        {
            "start": 1259716380,
            "stop": 1259717226
        }
    ]
}