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=7145
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=7146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7144",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7145,
    "results": [
        {
            "start": 874367960,
            "stop": 874368067
        },
        {
            "start": 874368068,
            "stop": 874368817
        },
        {
            "start": 874368818,
            "stop": 874368917
        },
        {
            "start": 874368918,
            "stop": 874368989
        },
        {
            "start": 874368990,
            "stop": 874369049
        },
        {
            "start": 874369050,
            "stop": 874369147
        },
        {
            "start": 874369148,
            "stop": 874369282
        },
        {
            "start": 874369283,
            "stop": 874369378
        },
        {
            "start": 874369379,
            "stop": 874369563
        },
        {
            "start": 874369564,
            "stop": 874369613
        },
        {
            "start": 874369615,
            "stop": 874370287
        },
        {
            "start": 874370288,
            "stop": 874370461
        },
        {
            "start": 874370462,
            "stop": 874370482
        },
        {
            "start": 874370484,
            "stop": 874370487
        },
        {
            "start": 874370489,
            "stop": 874370758
        },
        {
            "start": 874370759,
            "stop": 874370957
        },
        {
            "start": 874370958,
            "stop": 874371075
        },
        {
            "start": 874371077,
            "stop": 874371127
        },
        {
            "start": 874371129,
            "stop": 874371161
        },
        {
            "start": 874371162,
            "stop": 874371559
        }
    ]
}