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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=832",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=830",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 831,
    "results": [
        {
            "start": 1268961445,
            "stop": 1268963736
        },
        {
            "start": 1268963737,
            "stop": 1268964855
        },
        {
            "start": 1268964857,
            "stop": 1268965653
        },
        {
            "start": 1268965655,
            "stop": 1268969852
        },
        {
            "start": 1268969853,
            "stop": 1268970266
        },
        {
            "start": 1268970269,
            "stop": 1268972635
        },
        {
            "start": 1268972637,
            "stop": 1268972836
        },
        {
            "start": 1268972839,
            "stop": 1268973233
        },
        {
            "start": 1268973236,
            "stop": 1268973759
        },
        {
            "start": 1268973763,
            "stop": 1268974049
        },
        {
            "start": 1268974051,
            "stop": 1268976758
        },
        {
            "start": 1268976763,
            "stop": 1268977077
        },
        {
            "start": 1268977082,
            "stop": 1268977682
        },
        {
            "start": 1268977687,
            "stop": 1268980322
        },
        {
            "start": 1268980326,
            "stop": 1268981370
        },
        {
            "start": 1268981374,
            "stop": 1268982837
        },
        {
            "start": 1268982842,
            "stop": 1268983035
        },
        {
            "start": 1268983037,
            "stop": 1268984737
        },
        {
            "start": 1268984740,
            "stop": 1268985220
        },
        {
            "start": 1268985224,
            "stop": 1268985773
        }
    ]
}