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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=269",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 270,
    "results": [
        {
            "start": 820551284,
            "stop": 820551532
        },
        {
            "start": 820551652,
            "stop": 820551657
        },
        {
            "start": 820551777,
            "stop": 820551915
        },
        {
            "start": 820551919,
            "stop": 820551958
        },
        {
            "start": 820551961,
            "stop": 820552263
        },
        {
            "start": 820552266,
            "stop": 820552308
        },
        {
            "start": 820552311,
            "stop": 820552718
        },
        {
            "start": 820552838,
            "stop": 820552959
        },
        {
            "start": 820552963,
            "stop": 820552980
        },
        {
            "start": 820552983,
            "stop": 820553599
        },
        {
            "start": 820553602,
            "stop": 820554163
        },
        {
            "start": 820555503,
            "stop": 820555854
        },
        {
            "start": 820555857,
            "stop": 820557403
        },
        {
            "start": 820557886,
            "stop": 820558586
        },
        {
            "start": 820558590,
            "stop": 820558600
        },
        {
            "start": 820558604,
            "stop": 820560452
        },
        {
            "start": 820560455,
            "stop": 820560941
        },
        {
            "start": 820560944,
            "stop": 820561105
        },
        {
            "start": 820561225,
            "stop": 820561557
        },
        {
            "start": 820561561,
            "stop": 820562250
        }
    ]
}