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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=225",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 226,
    "results": [
        {
            "start": 842678949,
            "stop": 842689072
        },
        {
            "start": 842689372,
            "stop": 842713215
        },
        {
            "start": 842745810,
            "stop": 842762863
        },
        {
            "start": 842763163,
            "stop": 842800493
        },
        {
            "start": 842800494,
            "stop": 842803255
        },
        {
            "start": 842805210,
            "stop": 842806809
        },
        {
            "start": 842806811,
            "stop": 842806816
        },
        {
            "start": 842806818,
            "stop": 842806841
        },
        {
            "start": 842806842,
            "stop": 842808073
        },
        {
            "start": 842808097,
            "stop": 842808098
        },
        {
            "start": 842808281,
            "stop": 842814193
        },
        {
            "start": 842814672,
            "stop": 842814966
        },
        {
            "start": 842815266,
            "stop": 842815599
        },
        {
            "start": 842815741,
            "stop": 842816113
        },
        {
            "start": 842818042,
            "stop": 842820352
        },
        {
            "start": 842820356,
            "stop": 842820361
        },
        {
            "start": 842820364,
            "stop": 842821632
        },
        {
            "start": 842822860,
            "stop": 842823268
        },
        {
            "start": 842823271,
            "stop": 842823327
        },
        {
            "start": 842824597,
            "stop": 842825598
        }
    ]
}