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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=155",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 156,
    "results": [
        {
            "start": 820205933,
            "stop": 820206045
        },
        {
            "start": 820206048,
            "stop": 820206135
        },
        {
            "start": 820206139,
            "stop": 820206141
        },
        {
            "start": 820206144,
            "stop": 820206214
        },
        {
            "start": 820206217,
            "stop": 820206227
        },
        {
            "start": 820206232,
            "stop": 820206347
        },
        {
            "start": 820206351,
            "stop": 820206394
        },
        {
            "start": 820206398,
            "stop": 820206401
        },
        {
            "start": 820206405,
            "stop": 820206407
        },
        {
            "start": 820206412,
            "stop": 820206413
        },
        {
            "start": 820206418,
            "stop": 820206420
        },
        {
            "start": 820206423,
            "stop": 820206474
        },
        {
            "start": 820206477,
            "stop": 820206543
        },
        {
            "start": 820206546,
            "stop": 820206570
        },
        {
            "start": 820206574,
            "stop": 820206577
        },
        {
            "start": 820206580,
            "stop": 820206583
        },
        {
            "start": 820206586,
            "stop": 820206623
        },
        {
            "start": 820206626,
            "stop": 820206635
        },
        {
            "start": 820206640,
            "stop": 820206671
        },
        {
            "start": 820206676,
            "stop": 820206678
        }
    ]
}