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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6656",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6657,
    "results": [
        {
            "start": 875019578,
            "stop": 875019599
        },
        {
            "start": 875019600,
            "stop": 875020029
        },
        {
            "start": 875020030,
            "stop": 875020130
        },
        {
            "start": 875020132,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875021475
        },
        {
            "start": 875021476,
            "stop": 875021651
        },
        {
            "start": 875021652,
            "stop": 875021741
        },
        {
            "start": 875021743,
            "stop": 875021780
        },
        {
            "start": 875021781,
            "stop": 875021857
        },
        {
            "start": 875021858,
            "stop": 875022147
        },
        {
            "start": 875022148,
            "stop": 875022205
        },
        {
            "start": 875022206,
            "stop": 875022622
        },
        {
            "start": 875030773,
            "stop": 875030812
        },
        {
            "start": 875030815,
            "stop": 875031199
        },
        {
            "start": 875031200,
            "stop": 875031349
        },
        {
            "start": 875031350,
            "stop": 875031696
        },
        {
            "start": 875031697,
            "stop": 875031855
        },
        {
            "start": 875031857,
            "stop": 875031921
        },
        {
            "start": 875031922,
            "stop": 875032031
        },
        {
            "start": 875032032,
            "stop": 875032357
        }
    ]
}