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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=43",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 44,
    "results": [
        {
            "start": 1238192046,
            "stop": 1238192049
        },
        {
            "start": 1238192050,
            "stop": 1238192059
        },
        {
            "start": 1238192060,
            "stop": 1238192076
        },
        {
            "start": 1238192077,
            "stop": 1238192086
        },
        {
            "start": 1238192087,
            "stop": 1238192092
        },
        {
            "start": 1238192093,
            "stop": 1238192102
        },
        {
            "start": 1238192103,
            "stop": 1238192106
        },
        {
            "start": 1238192107,
            "stop": 1238192113
        },
        {
            "start": 1238192114,
            "stop": 1238192119
        },
        {
            "start": 1238192120,
            "stop": 1238192124
        },
        {
            "start": 1238192125,
            "stop": 1238192130
        },
        {
            "start": 1238192131,
            "stop": 1238192140
        },
        {
            "start": 1238192141,
            "stop": 1238192144
        },
        {
            "start": 1238192145,
            "stop": 1238192151
        },
        {
            "start": 1238192152,
            "stop": 1238192158
        },
        {
            "start": 1238192160,
            "stop": 1238192162
        },
        {
            "start": 1238192163,
            "stop": 1238192170
        },
        {
            "start": 1238192171,
            "stop": 1238192181
        },
        {
            "start": 1238192182,
            "stop": 1238192188
        },
        {
            "start": 1238192189,
            "stop": 1238192200
        }
    ]
}