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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 47,
    "results": [
        {
            "start": 1238192007,
            "stop": 1238192010
        },
        {
            "start": 1238192011,
            "stop": 1238192014
        },
        {
            "start": 1238192015,
            "stop": 1238192020
        },
        {
            "start": 1238192023,
            "stop": 1238192039
        },
        {
            "start": 1238192044,
            "stop": 1238192045
        },
        {
            "start": 1238192046,
            "stop": 1238192049
        },
        {
            "start": 1238192051,
            "stop": 1238192059
        },
        {
            "start": 1238192061,
            "stop": 1238192073
        },
        {
            "start": 1238192074,
            "stop": 1238192076
        },
        {
            "start": 1238192077,
            "stop": 1238192085
        },
        {
            "start": 1238192087,
            "stop": 1238192091
        },
        {
            "start": 1238192093,
            "stop": 1238192099
        },
        {
            "start": 1238192100,
            "stop": 1238192101
        },
        {
            "start": 1238192103,
            "stop": 1238192106
        },
        {
            "start": 1238192107,
            "stop": 1238192112
        },
        {
            "start": 1238192114,
            "stop": 1238192119
        },
        {
            "start": 1238192120,
            "stop": 1238192124
        },
        {
            "start": 1238192125,
            "stop": 1238192130
        },
        {
            "start": 1238192132,
            "stop": 1238192139
        },
        {
            "start": 1238192142,
            "stop": 1238192144
        }
    ]
}