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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=272",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 273,
    "results": [
        {
            "start": 847479576,
            "stop": 847479604
        },
        {
            "start": 847479606,
            "stop": 847480298
        },
        {
            "start": 847480299,
            "stop": 847483377
        },
        {
            "start": 847483470,
            "stop": 847492902
        },
        {
            "start": 847492946,
            "stop": 847493497
        },
        {
            "start": 847493498,
            "stop": 847493535
        },
        {
            "start": 847493537,
            "stop": 847518885
        },
        {
            "start": 847518887,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847602617
        },
        {
            "start": 847602619,
            "stop": 847602640
        },
        {
            "start": 847602642,
            "stop": 847602666
        },
        {
            "start": 847602667,
            "stop": 847602670
        },
        {
            "start": 847602672,
            "stop": 847602756
        },
        {
            "start": 847602757,
            "stop": 847602765
        },
        {
            "start": 847602767,
            "stop": 847602873
        },
        {
            "start": 847602875,
            "stop": 847602894
        },
        {
            "start": 847602895,
            "stop": 847602926
        },
        {
            "start": 847602927,
            "stop": 847602932
        },
        {
            "start": 847602933,
            "stop": 847602965
        },
        {
            "start": 847602966,
            "stop": 847602979
        }
    ]
}