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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1766",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1764",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1765,
    "results": [
        {
            "start": 1249465449,
            "stop": 1249465496
        },
        {
            "start": 1249465499,
            "stop": 1249465518
        },
        {
            "start": 1249465521,
            "stop": 1249465579
        },
        {
            "start": 1249465582,
            "stop": 1249465594
        },
        {
            "start": 1249465597,
            "stop": 1249465740
        },
        {
            "start": 1249465743,
            "stop": 1249465778
        },
        {
            "start": 1249465781,
            "stop": 1249465868
        },
        {
            "start": 1249465871,
            "stop": 1249466156
        },
        {
            "start": 1249466159,
            "stop": 1249466365
        },
        {
            "start": 1249466367,
            "stop": 1249466371
        },
        {
            "start": 1249466374,
            "stop": 1249466385
        },
        {
            "start": 1249466388,
            "stop": 1249466462
        },
        {
            "start": 1249466465,
            "stop": 1249466524
        },
        {
            "start": 1249466526,
            "stop": 1249466604
        },
        {
            "start": 1249466607,
            "stop": 1249466794
        },
        {
            "start": 1249466797,
            "stop": 1249466882
        },
        {
            "start": 1249466884,
            "stop": 1249467853
        },
        {
            "start": 1249467940,
            "stop": 1249467970
        },
        {
            "start": 1249467973,
            "stop": 1249468030
        },
        {
            "start": 1249468033,
            "stop": 1249468837
        }
    ]
}