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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 213,
    "results": [
        {
            "start": 1388277533,
            "stop": 1388277564
        },
        {
            "start": 1388280520,
            "stop": 1388283855
        },
        {
            "start": 1388283860,
            "stop": 1388285050
        },
        {
            "start": 1388285055,
            "stop": 1388287650
        },
        {
            "start": 1388287654,
            "stop": 1388294975
        },
        {
            "start": 1388294980,
            "stop": 1388296014
        },
        {
            "start": 1388296019,
            "stop": 1388298218
        },
        {
            "start": 1388298223,
            "stop": 1388309529
        },
        {
            "start": 1388309534,
            "stop": 1388312372
        },
        {
            "start": 1388312377,
            "stop": 1388316881
        },
        {
            "start": 1388316886,
            "stop": 1388320785
        },
        {
            "start": 1388320790,
            "stop": 1388328534
        },
        {
            "start": 1388328539,
            "stop": 1388331601
        },
        {
            "start": 1388331606,
            "stop": 1388337885
        },
        {
            "start": 1388337890,
            "stop": 1388339483
        },
        {
            "start": 1388339488,
            "stop": 1388347219
        },
        {
            "start": 1388358090,
            "stop": 1388358418
        },
        {
            "start": 1388358422,
            "stop": 1388360269
        },
        {
            "start": 1388360274,
            "stop": 1388361148
        },
        {
            "start": 1388361153,
            "stop": 1388362309
        }
    ]
}