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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=133",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 134,
    "results": [
        {
            "start": 834571520,
            "stop": 834571973
        },
        {
            "start": 834572373,
            "stop": 834596258
        },
        {
            "start": 834597854,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834610078
        },
        {
            "start": 834610080,
            "stop": 834614854
        },
        {
            "start": 834614855,
            "stop": 834614857
        },
        {
            "start": 834614858,
            "stop": 834614860
        },
        {
            "start": 834614888,
            "stop": 834614889
        },
        {
            "start": 834615293,
            "stop": 834616872
        },
        {
            "start": 834617461,
            "stop": 834622665
        },
        {
            "start": 834623168,
            "stop": 834623498
        },
        {
            "start": 834626661,
            "stop": 834631742
        },
        {
            "start": 834632258,
            "stop": 834634426
        },
        {
            "start": 834635039,
            "stop": 834635041
        },
        {
            "start": 834637988,
            "stop": 834642353
        },
        {
            "start": 834642866,
            "stop": 834646298
        },
        {
            "start": 834646823,
            "stop": 834649629
        },
        {
            "start": 834650085,
            "stop": 834656794
        },
        {
            "start": 834657242,
            "stop": 834660561
        },
        {
            "start": 834661138,
            "stop": 834664918
        }
    ]
}