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_CAT3E/segments?format=api&page=380
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=379",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 380,
    "results": [
        {
            "start": 825751602,
            "stop": 825751603
        },
        {
            "start": 825751612,
            "stop": 825751614
        },
        {
            "start": 825751619,
            "stop": 825751621
        },
        {
            "start": 825751636,
            "stop": 825751638
        },
        {
            "start": 825751642,
            "stop": 825751645
        },
        {
            "start": 825752098,
            "stop": 825752104
        },
        {
            "start": 825752118,
            "stop": 825752120
        },
        {
            "start": 825752125,
            "stop": 825752129
        },
        {
            "start": 825752138,
            "stop": 825752144
        },
        {
            "start": 825752147,
            "stop": 825752154
        },
        {
            "start": 825752157,
            "stop": 825752158
        },
        {
            "start": 825752168,
            "stop": 825752177
        },
        {
            "start": 825752305,
            "stop": 825752308
        },
        {
            "start": 825752322,
            "stop": 825752323
        },
        {
            "start": 825752342,
            "stop": 825752343
        },
        {
            "start": 825752355,
            "stop": 825752358
        },
        {
            "start": 825752377,
            "stop": 825752379
        },
        {
            "start": 825752385,
            "stop": 825752391
        },
        {
            "start": 825752439,
            "stop": 825752440
        },
        {
            "start": 825752443,
            "stop": 825752445
        }
    ]
}