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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=23",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 24,
    "results": [
        {
            "start": 1238188942,
            "stop": 1238188949
        },
        {
            "start": 1238188950,
            "stop": 1238188954
        },
        {
            "start": 1238188955,
            "stop": 1238188964
        },
        {
            "start": 1238188965,
            "stop": 1238188972
        },
        {
            "start": 1238188974,
            "stop": 1238188975
        },
        {
            "start": 1238188976,
            "stop": 1238188982
        },
        {
            "start": 1238188983,
            "stop": 1238188990
        },
        {
            "start": 1238188991,
            "stop": 1238188996
        },
        {
            "start": 1238188997,
            "stop": 1238189003
        },
        {
            "start": 1238189006,
            "stop": 1238189014
        },
        {
            "start": 1238189015,
            "stop": 1238189021
        },
        {
            "start": 1238189022,
            "stop": 1238189032
        },
        {
            "start": 1238189033,
            "stop": 1238189039
        },
        {
            "start": 1238189040,
            "stop": 1238189044
        },
        {
            "start": 1238189045,
            "stop": 1238189047
        },
        {
            "start": 1238189050,
            "stop": 1238189058
        },
        {
            "start": 1238189060,
            "stop": 1238189063
        },
        {
            "start": 1238189067,
            "stop": 1238189090
        },
        {
            "start": 1238189095,
            "stop": 1238189096
        },
        {
            "start": 1238189100,
            "stop": 1238189112
        }
    ]
}