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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=180",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 181,
    "results": [
        {
            "start": 843748080,
            "stop": 843753443
        },
        {
            "start": 843754498,
            "stop": 843754577
        },
        {
            "start": 843755782,
            "stop": 843765756
        },
        {
            "start": 843766575,
            "stop": 843795666
        },
        {
            "start": 843795966,
            "stop": 843796089
        },
        {
            "start": 843796389,
            "stop": 843801395
        },
        {
            "start": 843801695,
            "stop": 843802609
        },
        {
            "start": 843802909,
            "stop": 843803185
        },
        {
            "start": 843803485,
            "stop": 843833144
        },
        {
            "start": 843833444,
            "stop": 843836181
        },
        {
            "start": 843836512,
            "stop": 843837409
        },
        {
            "start": 843837709,
            "stop": 843839446
        },
        {
            "start": 843839788,
            "stop": 843840276
        },
        {
            "start": 843840576,
            "stop": 843842161
        },
        {
            "start": 843842461,
            "stop": 843843094
        },
        {
            "start": 843843394,
            "stop": 843848842
        },
        {
            "start": 843849275,
            "stop": 843855614
        },
        {
            "start": 843855724,
            "stop": 843856130
        },
        {
            "start": 843856430,
            "stop": 843857022
        },
        {
            "start": 843857322,
            "stop": 843857377
        }
    ]
}