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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 46,
    "results": [
        {
            "start": 1238191842,
            "stop": 1238191843
        },
        {
            "start": 1238191844,
            "stop": 1238191846
        },
        {
            "start": 1238191848,
            "stop": 1238191852
        },
        {
            "start": 1238191854,
            "stop": 1238191863
        },
        {
            "start": 1238191864,
            "stop": 1238191872
        },
        {
            "start": 1238191874,
            "stop": 1238191879
        },
        {
            "start": 1238191881,
            "stop": 1238191890
        },
        {
            "start": 1238191894,
            "stop": 1238191901
        },
        {
            "start": 1238191902,
            "stop": 1238191909
        },
        {
            "start": 1238191910,
            "stop": 1238191925
        },
        {
            "start": 1238191934,
            "stop": 1238191951
        },
        {
            "start": 1238191953,
            "stop": 1238191959
        },
        {
            "start": 1238191960,
            "stop": 1238191965
        },
        {
            "start": 1238191967,
            "stop": 1238191968
        },
        {
            "start": 1238191969,
            "stop": 1238191970
        },
        {
            "start": 1238191973,
            "stop": 1238191978
        },
        {
            "start": 1238191980,
            "stop": 1238191983
        },
        {
            "start": 1238191984,
            "stop": 1238191986
        },
        {
            "start": 1238191990,
            "stop": 1238191997
        },
        {
            "start": 1238191999,
            "stop": 1238192005
        }
    ]
}