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=7133
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=7134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7132",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7133,
    "results": [
        {
            "start": 874323329,
            "stop": 874324331
        },
        {
            "start": 874324333,
            "stop": 874324596
        },
        {
            "start": 874324598,
            "stop": 874324652
        },
        {
            "start": 874324653,
            "stop": 874324990
        },
        {
            "start": 874324991,
            "stop": 874325147
        },
        {
            "start": 874325149,
            "stop": 874325516
        },
        {
            "start": 874325517,
            "stop": 874326468
        },
        {
            "start": 874326469,
            "stop": 874326531
        },
        {
            "start": 874326532,
            "stop": 874326564
        },
        {
            "start": 874326566,
            "stop": 874327060
        },
        {
            "start": 874327061,
            "stop": 874327070
        },
        {
            "start": 874327071,
            "stop": 874327081
        },
        {
            "start": 874327082,
            "stop": 874327691
        },
        {
            "start": 874327692,
            "stop": 874327719
        },
        {
            "start": 874327720,
            "stop": 874328288
        },
        {
            "start": 874328289,
            "stop": 874328450
        },
        {
            "start": 874328451,
            "stop": 874328798
        },
        {
            "start": 874328799,
            "stop": 874329114
        },
        {
            "start": 874329115,
            "stop": 874329167
        },
        {
            "start": 874329168,
            "stop": 874329238
        }
    ]
}