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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40599",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40600,
    "results": [
        {
            "start": 874884072,
            "stop": 874884086
        },
        {
            "start": 874884087,
            "stop": 874884188
        },
        {
            "start": 874884189,
            "stop": 874884245
        },
        {
            "start": 874884246,
            "stop": 874884348
        },
        {
            "start": 874884349,
            "stop": 874884416
        },
        {
            "start": 874884417,
            "stop": 874884429
        },
        {
            "start": 874884431,
            "stop": 874884457
        },
        {
            "start": 874884459,
            "stop": 874884486
        },
        {
            "start": 874884487,
            "stop": 874884488
        },
        {
            "start": 874884489,
            "stop": 874884568
        },
        {
            "start": 874884569,
            "stop": 874884626
        },
        {
            "start": 874884627,
            "stop": 874884642
        },
        {
            "start": 874884643,
            "stop": 874884794
        },
        {
            "start": 874884796,
            "stop": 874884807
        },
        {
            "start": 874884808,
            "stop": 874884810
        },
        {
            "start": 874884812,
            "stop": 874884822
        },
        {
            "start": 874884824,
            "stop": 874884825
        },
        {
            "start": 874884826,
            "stop": 874884827
        },
        {
            "start": 874884829,
            "stop": 874884836
        },
        {
            "start": 874884837,
            "stop": 874884859
        }
    ]
}