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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=282",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 283,
    "results": [
        {
            "start": 847612263,
            "stop": 847612298
        },
        {
            "start": 847612299,
            "stop": 847612350
        },
        {
            "start": 847612352,
            "stop": 847612381
        },
        {
            "start": 847612382,
            "stop": 847612422
        },
        {
            "start": 847612423,
            "stop": 847612425
        },
        {
            "start": 847612426,
            "stop": 847612436
        },
        {
            "start": 847612437,
            "stop": 847612459
        },
        {
            "start": 847612461,
            "stop": 847612478
        },
        {
            "start": 847612480,
            "stop": 847612509
        },
        {
            "start": 847612511,
            "stop": 847612534
        },
        {
            "start": 847612535,
            "stop": 847612558
        },
        {
            "start": 847612560,
            "stop": 847612604
        },
        {
            "start": 847612605,
            "stop": 847612629
        },
        {
            "start": 847612630,
            "stop": 847612631
        },
        {
            "start": 847612632,
            "stop": 847612645
        },
        {
            "start": 847612646,
            "stop": 847612795
        },
        {
            "start": 847612796,
            "stop": 847612809
        },
        {
            "start": 847612810,
            "stop": 847612819
        },
        {
            "start": 847612820,
            "stop": 847612894
        },
        {
            "start": 847612896,
            "stop": 847612936
        }
    ]
}