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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=381",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 382,
    "results": [
        {
            "start": 847751442,
            "stop": 847751447
        },
        {
            "start": 847751448,
            "stop": 847751480
        },
        {
            "start": 847751482,
            "stop": 847751508
        },
        {
            "start": 847751511,
            "stop": 847751581
        },
        {
            "start": 847751582,
            "stop": 847751595
        },
        {
            "start": 847751597,
            "stop": 847751623
        },
        {
            "start": 847751625,
            "stop": 847751656
        },
        {
            "start": 847751658,
            "stop": 847751688
        },
        {
            "start": 847751691,
            "stop": 847751705
        },
        {
            "start": 847751706,
            "stop": 847751736
        },
        {
            "start": 847751737,
            "stop": 847751831
        },
        {
            "start": 847751833,
            "stop": 847751845
        },
        {
            "start": 847751846,
            "stop": 847751847
        },
        {
            "start": 847751849,
            "stop": 847751894
        },
        {
            "start": 847751895,
            "stop": 847751901
        },
        {
            "start": 847751902,
            "stop": 847751909
        },
        {
            "start": 847751910,
            "stop": 847751924
        },
        {
            "start": 847751926,
            "stop": 847751936
        },
        {
            "start": 847751937,
            "stop": 847752042
        },
        {
            "start": 847752044,
            "stop": 847752049
        }
    ]
}