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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 139,
    "results": [
        {
            "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
        },
        {
            "start": 820206682,
            "stop": 820206683
        },
        {
            "start": 820206688,
            "stop": 820206690
        },
        {
            "start": 820206694,
            "stop": 820206734
        },
        {
            "start": 820206738,
            "stop": 820206745
        },
        {
            "start": 820206749,
            "stop": 820206767
        },
        {
            "start": 820206771,
            "stop": 820206773
        },
        {
            "start": 820206777,
            "stop": 820206865
        },
        {
            "start": 820206868,
            "stop": 820206870
        }
    ]
}