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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=235",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 236,
    "results": [
        {
            "start": 843744453,
            "stop": 843744460
        },
        {
            "start": 843744464,
            "stop": 843744466
        },
        {
            "start": 843744474,
            "stop": 843744475
        },
        {
            "start": 843744479,
            "stop": 843744480
        },
        {
            "start": 843744490,
            "stop": 843744493
        },
        {
            "start": 843748080,
            "stop": 843753433
        },
        {
            "start": 843754498,
            "stop": 843754576
        },
        {
            "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
        }
    ]
}