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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 350,
    "results": [
        {
            "start": 856015406,
            "stop": 856015409
        },
        {
            "start": 856015413,
            "stop": 856015428
        },
        {
            "start": 856015434,
            "stop": 856015435
        },
        {
            "start": 856015440,
            "stop": 856015446
        },
        {
            "start": 856015450,
            "stop": 856015451
        },
        {
            "start": 856015454,
            "stop": 856015470
        },
        {
            "start": 856015473,
            "stop": 856015478
        },
        {
            "start": 856015484,
            "stop": 856015485
        },
        {
            "start": 856015491,
            "stop": 856015506
        },
        {
            "start": 856015509,
            "stop": 856015595
        },
        {
            "start": 856015598,
            "stop": 856015605
        },
        {
            "start": 856015608,
            "stop": 856015699
        },
        {
            "start": 856015702,
            "stop": 856015744
        },
        {
            "start": 856015747,
            "stop": 856015749
        },
        {
            "start": 856015752,
            "stop": 856016036
        },
        {
            "start": 856016040,
            "stop": 856016045
        },
        {
            "start": 856016050,
            "stop": 856016061
        },
        {
            "start": 856016064,
            "stop": 856016135
        },
        {
            "start": 856016139,
            "stop": 856016151
        },
        {
            "start": 856016158,
            "stop": 856016206
        }
    ]
}