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=7100
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=7101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7099",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7100,
    "results": [
        {
            "start": 874189812,
            "stop": 874189815
        },
        {
            "start": 874189818,
            "stop": 874189822
        },
        {
            "start": 874189824,
            "stop": 874189826
        },
        {
            "start": 874189828,
            "stop": 874189829
        },
        {
            "start": 874189831,
            "stop": 874189832
        },
        {
            "start": 874189834,
            "stop": 874189836
        },
        {
            "start": 874189838,
            "stop": 874189846
        },
        {
            "start": 874189848,
            "stop": 874189849
        },
        {
            "start": 874189851,
            "stop": 874189852
        },
        {
            "start": 874189854,
            "stop": 874189882
        },
        {
            "start": 874189884,
            "stop": 874190078
        },
        {
            "start": 874190079,
            "stop": 874190181
        },
        {
            "start": 874190182,
            "stop": 874190275
        },
        {
            "start": 874190276,
            "stop": 874190390
        },
        {
            "start": 874190391,
            "stop": 874190417
        },
        {
            "start": 874190418,
            "stop": 874190432
        },
        {
            "start": 874190433,
            "stop": 874190562
        },
        {
            "start": 874190563,
            "stop": 874190723
        },
        {
            "start": 874190724,
            "stop": 874191147
        },
        {
            "start": 874191149,
            "stop": 874191173
        }
    ]
}