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=1760
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=1761",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1759",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1760,
    "results": [
        {
            "start": 1249456987,
            "stop": 1249457183
        },
        {
            "start": 1249457185,
            "stop": 1249457252
        },
        {
            "start": 1249457255,
            "stop": 1249457295
        },
        {
            "start": 1249457298,
            "stop": 1249457557
        },
        {
            "start": 1249457560,
            "stop": 1249457577
        },
        {
            "start": 1249457580,
            "stop": 1249457593
        },
        {
            "start": 1249457596,
            "stop": 1249457640
        },
        {
            "start": 1249457643,
            "stop": 1249457681
        },
        {
            "start": 1249457684,
            "stop": 1249457856
        },
        {
            "start": 1249457859,
            "stop": 1249457881
        },
        {
            "start": 1249457884,
            "stop": 1249457899
        },
        {
            "start": 1249457902,
            "stop": 1249457981
        },
        {
            "start": 1249457984,
            "stop": 1249458021
        },
        {
            "start": 1249458024,
            "stop": 1249458178
        },
        {
            "start": 1249458181,
            "stop": 1249458263
        },
        {
            "start": 1249458266,
            "stop": 1249458280
        },
        {
            "start": 1249458283,
            "stop": 1249458355
        },
        {
            "start": 1249458358,
            "stop": 1249458490
        },
        {
            "start": 1249458493,
            "stop": 1249458621
        },
        {
            "start": 1249458624,
            "stop": 1249458694
        }
    ]
}