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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 27,
    "results": [
        {
            "start": 1238188883,
            "stop": 1238188888
        },
        {
            "start": 1238188890,
            "stop": 1238188891
        },
        {
            "start": 1238188893,
            "stop": 1238188899
        },
        {
            "start": 1238188905,
            "stop": 1238188919
        },
        {
            "start": 1238188921,
            "stop": 1238188922
        },
        {
            "start": 1238188924,
            "stop": 1238188928
        },
        {
            "start": 1238188930,
            "stop": 1238188934
        },
        {
            "start": 1238188935,
            "stop": 1238188940
        },
        {
            "start": 1238188942,
            "stop": 1238188949
        },
        {
            "start": 1238188950,
            "stop": 1238188954
        },
        {
            "start": 1238188959,
            "stop": 1238188964
        },
        {
            "start": 1238188965,
            "stop": 1238188972
        },
        {
            "start": 1238188974,
            "stop": 1238188975
        },
        {
            "start": 1238188976,
            "stop": 1238188982
        },
        {
            "start": 1238188984,
            "stop": 1238188990
        },
        {
            "start": 1238188991,
            "stop": 1238188996
        },
        {
            "start": 1238188997,
            "stop": 1238189003
        },
        {
            "start": 1238189006,
            "stop": 1238189014
        },
        {
            "start": 1238189015,
            "stop": 1238189021
        },
        {
            "start": 1238189022,
            "stop": 1238189032
        }
    ]
}