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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=443",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 444,
    "results": [
        {
            "start": 1268454868,
            "stop": 1268454872
        },
        {
            "start": 1268454874,
            "stop": 1268454876
        },
        {
            "start": 1268454877,
            "stop": 1268454878
        },
        {
            "start": 1268454879,
            "stop": 1268454880
        },
        {
            "start": 1268454881,
            "stop": 1268454885
        },
        {
            "start": 1268454886,
            "stop": 1268454887
        },
        {
            "start": 1268454895,
            "stop": 1268454898
        },
        {
            "start": 1268454899,
            "stop": 1268454902
        },
        {
            "start": 1268454904,
            "stop": 1268454919
        },
        {
            "start": 1268454920,
            "stop": 1268454922
        },
        {
            "start": 1268454935,
            "stop": 1268454937
        },
        {
            "start": 1268454938,
            "stop": 1268454939
        },
        {
            "start": 1268454944,
            "stop": 1268457897
        },
        {
            "start": 1268457898,
            "stop": 1268457899
        },
        {
            "start": 1268457900,
            "stop": 1268457906
        },
        {
            "start": 1268457907,
            "stop": 1268457908
        },
        {
            "start": 1268457909,
            "stop": 1268457918
        },
        {
            "start": 1268457919,
            "stop": 1268457921
        },
        {
            "start": 1268457923,
            "stop": 1268457924
        },
        {
            "start": 1268457929,
            "stop": 1268457930
        }
    ]
}