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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=352",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 353,
    "results": [
        {
            "start": 823063703,
            "stop": 823063864
        },
        {
            "start": 823063869,
            "stop": 823064005
        },
        {
            "start": 823064009,
            "stop": 823064501
        },
        {
            "start": 823064505,
            "stop": 823065197
        },
        {
            "start": 823065214,
            "stop": 823065419
        },
        {
            "start": 823065422,
            "stop": 823065425
        },
        {
            "start": 823065429,
            "stop": 823065665
        },
        {
            "start": 823065668,
            "stop": 823065720
        },
        {
            "start": 823065723,
            "stop": 823065734
        },
        {
            "start": 823065737,
            "stop": 823066056
        },
        {
            "start": 823066059,
            "stop": 823066338
        },
        {
            "start": 823066342,
            "stop": 823066358
        },
        {
            "start": 823066362,
            "stop": 823066364
        },
        {
            "start": 823066368,
            "stop": 823066620
        },
        {
            "start": 823066623,
            "stop": 823066897
        },
        {
            "start": 823066900,
            "stop": 823067084
        },
        {
            "start": 823067088,
            "stop": 823067559
        },
        {
            "start": 823067563,
            "stop": 823067565
        },
        {
            "start": 823067568,
            "stop": 823067570
        },
        {
            "start": 823067573,
            "stop": 823067639
        }
    ]
}