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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=36",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 37,
    "results": [
        {
            "start": 1385686702,
            "stop": 1385719838
        },
        {
            "start": 1385726018,
            "stop": 1385748971
        },
        {
            "start": 1385758559,
            "stop": 1385767762
        },
        {
            "start": 1385767777,
            "stop": 1385798830
        },
        {
            "start": 1385804619,
            "stop": 1385821944
        },
        {
            "start": 1385852833,
            "stop": 1385858752
        },
        {
            "start": 1385858844,
            "stop": 1385883691
        },
        {
            "start": 1385888434,
            "stop": 1385925670
        },
        {
            "start": 1385939097,
            "stop": 1385984308
        },
        {
            "start": 1386010043,
            "stop": 1386015532
        },
        {
            "start": 1386021442,
            "stop": 1386033852
        },
        {
            "start": 1386038295,
            "stop": 1386097752
        },
        {
            "start": 1386125274,
            "stop": 1386149477
        },
        {
            "start": 1386155638,
            "stop": 1386173863
        },
        {
            "start": 1386187368,
            "stop": 1386192164
        },
        {
            "start": 1386196062,
            "stop": 1386200678
        },
        {
            "start": 1386204397,
            "stop": 1386217355
        },
        {
            "start": 1386225308,
            "stop": 1386290856
        },
        {
            "start": 1386295585,
            "stop": 1386312408
        },
        {
            "start": 1386316803,
            "stop": 1386429751
        }
    ]
}