Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=761
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=762",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=760",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 761,
    "results": [
        {
            "start": 1267716993,
            "stop": 1267716994
        },
        {
            "start": 1267716995,
            "stop": 1267716998
        },
        {
            "start": 1267716999,
            "stop": 1267717001
        },
        {
            "start": 1267717006,
            "stop": 1267717007
        },
        {
            "start": 1267717008,
            "stop": 1267717009
        },
        {
            "start": 1267717010,
            "stop": 1267717045
        },
        {
            "start": 1267717046,
            "stop": 1267717047
        },
        {
            "start": 1267717051,
            "stop": 1267717056
        },
        {
            "start": 1267717058,
            "stop": 1267717059
        },
        {
            "start": 1267717060,
            "stop": 1267717061
        },
        {
            "start": 1267717062,
            "stop": 1267717069
        },
        {
            "start": 1267717071,
            "stop": 1267717076
        },
        {
            "start": 1267717078,
            "stop": 1267717085
        },
        {
            "start": 1267717087,
            "stop": 1267717090
        },
        {
            "start": 1267717091,
            "stop": 1267717103
        },
        {
            "start": 1267717104,
            "stop": 1267717106
        },
        {
            "start": 1267717108,
            "stop": 1267717109
        },
        {
            "start": 1267717111,
            "stop": 1267717113
        },
        {
            "start": 1267717114,
            "stop": 1267717133
        },
        {
            "start": 1267717135,
            "stop": 1267717138
        }
    ]
}