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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=134",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 135,
    "results": [
        {
            "start": 932097975,
            "stop": 932097978
        },
        {
            "start": 932097982,
            "stop": 932098062
        },
        {
            "start": 932098065,
            "stop": 932098269
        },
        {
            "start": 932098271,
            "stop": 932098318
        },
        {
            "start": 932098321,
            "stop": 932098887
        },
        {
            "start": 932098890,
            "stop": 932099684
        },
        {
            "start": 932099689,
            "stop": 932099700
        },
        {
            "start": 932099704,
            "stop": 932099727
        },
        {
            "start": 932099730,
            "stop": 932101215
        },
        {
            "start": 932101575,
            "stop": 932103250
        },
        {
            "start": 932103310,
            "stop": 932103370
        },
        {
            "start": 932103430,
            "stop": 932103730
        },
        {
            "start": 932103790,
            "stop": 932104150
        },
        {
            "start": 932104330,
            "stop": 932104663
        },
        {
            "start": 932104666,
            "stop": 932104753
        },
        {
            "start": 932104756,
            "stop": 932104784
        },
        {
            "start": 932104786,
            "stop": 932104799
        },
        {
            "start": 932104801,
            "stop": 932104806
        },
        {
            "start": 932105175,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107257
        }
    ]
}