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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 97,
    "results": [
        {
            "start": 1407924411,
            "stop": 1407930349
        },
        {
            "start": 1407930353,
            "stop": 1407936748
        },
        {
            "start": 1407936751,
            "stop": 1407938942
        },
        {
            "start": 1407938944,
            "stop": 1407951440
        },
        {
            "start": 1407952881,
            "stop": 1407955224
        },
        {
            "start": 1407955228,
            "stop": 1407957743
        },
        {
            "start": 1407971753,
            "stop": 1407975652
        },
        {
            "start": 1407992042,
            "stop": 1408023874
        },
        {
            "start": 1408023877,
            "stop": 1408038356
        },
        {
            "start": 1408038360,
            "stop": 1408051105
        },
        {
            "start": 1408051109,
            "stop": 1408054477
        },
        {
            "start": 1408054478,
            "stop": 1408055217
        },
        {
            "start": 1408055222,
            "stop": 1408055640
        },
        {
            "start": 1408055643,
            "stop": 1408055710
        },
        {
            "start": 1408055713,
            "stop": 1408059847
        },
        {
            "start": 1408059851,
            "stop": 1408076087
        },
        {
            "start": 1408076091,
            "stop": 1408078017
        },
        {
            "start": 1408078020,
            "stop": 1408078910
        },
        {
            "start": 1408085217,
            "stop": 1408085779
        },
        {
            "start": 1408085781,
            "stop": 1408088563
        }
    ]
}