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_CAT2/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_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "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": 847604670
        },
        {
            "start": 847605956,
            "stop": 847622456
        },
        {
            "start": 847622756,
            "stop": 847623353
        },
        {
            "start": 847623463,
            "stop": 847623753
        },
        {
            "start": 847624053,
            "stop": 847624066
        },
        {
            "start": 847624646,
            "stop": 847624779
        },
        {
            "start": 847640899,
            "stop": 847646375
        },
        {
            "start": 847646380,
            "stop": 847646407
        },
        {
            "start": 847646413,
            "stop": 847646467
        },
        {
            "start": 847646473,
            "stop": 847650327
        },
        {
            "start": 847650333,
            "stop": 847652645
        },
        {
            "start": 847652650,
            "stop": 847653002
        }
    ]
}