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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1885",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1883",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1884,
    "results": [
        {
            "start": 1251122722,
            "stop": 1251122726
        },
        {
            "start": 1251122729,
            "stop": 1251122737
        },
        {
            "start": 1251122740,
            "stop": 1251122885
        },
        {
            "start": 1251122893,
            "stop": 1251122995
        },
        {
            "start": 1251122998,
            "stop": 1251123003
        },
        {
            "start": 1251123006,
            "stop": 1251123938
        },
        {
            "start": 1251123941,
            "stop": 1251124234
        },
        {
            "start": 1251124235,
            "stop": 1251124254
        },
        {
            "start": 1251124262,
            "stop": 1251124564
        },
        {
            "start": 1251124567,
            "stop": 1251125150
        },
        {
            "start": 1251168971,
            "stop": 1251171271
        },
        {
            "start": 1251171273,
            "stop": 1251173332
        },
        {
            "start": 1251173334,
            "stop": 1251176417
        },
        {
            "start": 1251176532,
            "stop": 1251178502
        },
        {
            "start": 1251178505,
            "stop": 1251180648
        },
        {
            "start": 1251180651,
            "stop": 1251182437
        },
        {
            "start": 1251182445,
            "stop": 1251187516
        },
        {
            "start": 1251187518,
            "stop": 1251190088
        },
        {
            "start": 1251190096,
            "stop": 1251190668
        },
        {
            "start": 1251190671,
            "stop": 1251191403
        }
    ]
}