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=720
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=721",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=719",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 720,
    "results": [
        {
            "start": 1267362950,
            "stop": 1267362951
        },
        {
            "start": 1267362953,
            "stop": 1267363260
        },
        {
            "start": 1267363262,
            "stop": 1267366404
        },
        {
            "start": 1267366409,
            "stop": 1267367711
        },
        {
            "start": 1267367714,
            "stop": 1267367766
        },
        {
            "start": 1267367767,
            "stop": 1267367787
        },
        {
            "start": 1267367788,
            "stop": 1267368101
        },
        {
            "start": 1267368103,
            "stop": 1267368118
        },
        {
            "start": 1267368119,
            "stop": 1267368124
        },
        {
            "start": 1267368126,
            "stop": 1267368135
        },
        {
            "start": 1267368136,
            "stop": 1267368177
        },
        {
            "start": 1267368180,
            "stop": 1267368181
        },
        {
            "start": 1267368182,
            "stop": 1267368216
        },
        {
            "start": 1267368217,
            "stop": 1267368410
        },
        {
            "start": 1267368411,
            "stop": 1267368487
        },
        {
            "start": 1267368488,
            "stop": 1267369461
        },
        {
            "start": 1267369465,
            "stop": 1267370550
        },
        {
            "start": 1267370552,
            "stop": 1267372503
        },
        {
            "start": 1267372504,
            "stop": 1267372519
        },
        {
            "start": 1267372521,
            "stop": 1267372549
        }
    ]
}