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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=264",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 265,
    "results": [
        {
            "start": 846612215,
            "stop": 846612453
        },
        {
            "start": 846612457,
            "stop": 846612466
        },
        {
            "start": 846612469,
            "stop": 846613612
        },
        {
            "start": 846613621,
            "stop": 846613627
        },
        {
            "start": 846613632,
            "stop": 846615042
        },
        {
            "start": 846615045,
            "stop": 846617322
        },
        {
            "start": 846617325,
            "stop": 846617331
        },
        {
            "start": 846617337,
            "stop": 846618209
        },
        {
            "start": 846618215,
            "stop": 846618277
        },
        {
            "start": 846618283,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846622390
        },
        {
            "start": 846622393,
            "stop": 846622402
        },
        {
            "start": 846622403,
            "stop": 846623382
        },
        {
            "start": 846623492,
            "stop": 846623500
        },
        {
            "start": 846624913,
            "stop": 846625392
        },
        {
            "start": 846625692,
            "stop": 846632748
        },
        {
            "start": 846633083,
            "stop": 846633406
        },
        {
            "start": 846633706,
            "stop": 846633797
        },
        {
            "start": 846633907,
            "stop": 846634131
        },
        {
            "start": 846634431,
            "stop": 846641484
        }
    ]
}