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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=143",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 144,
    "results": [
        {
            "start": 932094375,
            "stop": 932097615
        },
        {
            "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": 932104253
        },
        {
            "start": 932104271,
            "stop": 932104663
        },
        {
            "start": 932104666,
            "stop": 932104753
        },
        {
            "start": 932104756,
            "stop": 932104784
        },
        {
            "start": 932104786,
            "stop": 932104799
        },
        {
            "start": 932104801,
            "stop": 932104815
        },
        {
            "start": 932105175,
            "stop": 932106401
        },
        {
            "start": 932107168,
            "stop": 932107257
        },
        {
            "start": 932107276,
            "stop": 932107903
        },
        {
            "start": 932107906,
            "stop": 932107919
        }
    ]
}