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=640
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=641",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=639",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 640,
    "results": [
        {
            "start": 1265740795,
            "stop": 1265740807
        },
        {
            "start": 1265740812,
            "stop": 1265740977
        },
        {
            "start": 1265740982,
            "stop": 1265741125
        },
        {
            "start": 1265741130,
            "stop": 1265741206
        },
        {
            "start": 1265741211,
            "stop": 1265741364
        },
        {
            "start": 1265741367,
            "stop": 1265741412
        },
        {
            "start": 1265741417,
            "stop": 1265741596
        },
        {
            "start": 1265741601,
            "stop": 1265741619
        },
        {
            "start": 1265741624,
            "stop": 1265741777
        },
        {
            "start": 1265741780,
            "stop": 1265741932
        },
        {
            "start": 1265741937,
            "stop": 1265742028
        },
        {
            "start": 1265742033,
            "stop": 1265742106
        },
        {
            "start": 1265742111,
            "stop": 1265742123
        },
        {
            "start": 1265742128,
            "stop": 1265742217
        },
        {
            "start": 1265742222,
            "stop": 1265742249
        },
        {
            "start": 1265742254,
            "stop": 1265742462
        },
        {
            "start": 1265742467,
            "stop": 1265742471
        },
        {
            "start": 1265742476,
            "stop": 1265742512
        },
        {
            "start": 1265742517,
            "stop": 1265742581
        },
        {
            "start": 1265742586,
            "stop": 1265742604
        }
    ]
}