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_CAT3/segments?format=api&page=811
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=812",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=810",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 811,
    "results": [
        {
            "start": 1268824579,
            "stop": 1268825229
        },
        {
            "start": 1268825233,
            "stop": 1268826853
        },
        {
            "start": 1268826856,
            "stop": 1268833222
        },
        {
            "start": 1268833225,
            "stop": 1268837817
        },
        {
            "start": 1268837820,
            "stop": 1268839314
        },
        {
            "start": 1268839318,
            "stop": 1268839908
        },
        {
            "start": 1268839912,
            "stop": 1268841975
        },
        {
            "start": 1268841976,
            "stop": 1268844538
        },
        {
            "start": 1268844542,
            "stop": 1268844643
        },
        {
            "start": 1268844645,
            "stop": 1268846560
        },
        {
            "start": 1268846562,
            "stop": 1268848969
        },
        {
            "start": 1268848974,
            "stop": 1268851020
        },
        {
            "start": 1268851024,
            "stop": 1268853754
        },
        {
            "start": 1268853756,
            "stop": 1268860648
        },
        {
            "start": 1268860650,
            "stop": 1268862018
        },
        {
            "start": 1268862019,
            "stop": 1268864109
        },
        {
            "start": 1268864110,
            "stop": 1268870185
        },
        {
            "start": 1268872549,
            "stop": 1268874257
        },
        {
            "start": 1268874261,
            "stop": 1268876130
        },
        {
            "start": 1268876132,
            "stop": 1268877653
        }
    ]
}