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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=279",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 280,
    "results": [
        {
            "start": 857363924,
            "stop": 857365836
        },
        {
            "start": 857367553,
            "stop": 857395954
        },
        {
            "start": 857395959,
            "stop": 857402091
        },
        {
            "start": 857403321,
            "stop": 857403687
        },
        {
            "start": 857403705,
            "stop": 857404537
        },
        {
            "start": 857404555,
            "stop": 857404788
        },
        {
            "start": 857404808,
            "stop": 857404839
        },
        {
            "start": 857404856,
            "stop": 857406210
        },
        {
            "start": 857406270,
            "stop": 857406299
        },
        {
            "start": 857406318,
            "stop": 857406425
        },
        {
            "start": 857410503,
            "stop": 857410974
        },
        {
            "start": 857410996,
            "stop": 857411130
        },
        {
            "start": 857411240,
            "stop": 857411407
        },
        {
            "start": 857412000,
            "stop": 857412477
        },
        {
            "start": 857423453,
            "stop": 857423635
        },
        {
            "start": 857423935,
            "stop": 857424026
        },
        {
            "start": 857424748,
            "stop": 857424801
        },
        {
            "start": 857424911,
            "stop": 857425949
        },
        {
            "start": 857426249,
            "stop": 857426586
        },
        {
            "start": 857426696,
            "stop": 857426863
        }
    ]
}