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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=791",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=789",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 790,
    "results": [
        {
            "start": 1268448362,
            "stop": 1268448990
        },
        {
            "start": 1268448994,
            "stop": 1268452075
        },
        {
            "start": 1268452079,
            "stop": 1268452939
        },
        {
            "start": 1268452944,
            "stop": 1268453548
        },
        {
            "start": 1268453553,
            "stop": 1268454845
        },
        {
            "start": 1268454849,
            "stop": 1268454851
        },
        {
            "start": 1268454853,
            "stop": 1268454862
        },
        {
            "start": 1268454863,
            "stop": 1268454866
        },
        {
            "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
        }
    ]
}