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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=149",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 150,
    "results": [
        {
            "start": 833426521,
            "stop": 833430793
        },
        {
            "start": 833432049,
            "stop": 833433222
        },
        {
            "start": 833434393,
            "stop": 833446454
        },
        {
            "start": 833448776,
            "stop": 833450839
        },
        {
            "start": 833452239,
            "stop": 833480260
        },
        {
            "start": 833480262,
            "stop": 833480293
        },
        {
            "start": 833481420,
            "stop": 833501003
        },
        {
            "start": 833501055,
            "stop": 833539527
        },
        {
            "start": 833539529,
            "stop": 833564232
        },
        {
            "start": 833564234,
            "stop": 833574044
        },
        {
            "start": 833574344,
            "stop": 833574526
        },
        {
            "start": 833574528,
            "stop": 833575048
        },
        {
            "start": 833575172,
            "stop": 833576833
        },
        {
            "start": 833577952,
            "stop": 833578437
        },
        {
            "start": 833579601,
            "stop": 833580420
        },
        {
            "start": 833581774,
            "stop": 833582205
        },
        {
            "start": 833582207,
            "stop": 833586781
        },
        {
            "start": 833586782,
            "stop": 833618695
        },
        {
            "start": 833618696,
            "stop": 833641244
        },
        {
            "start": 833663350,
            "stop": 833663471
        }
    ]
}