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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=234",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 235,
    "results": [
        {
            "start": 820694470,
            "stop": 820695673
        },
        {
            "start": 820696305,
            "stop": 820697570
        },
        {
            "start": 820697599,
            "stop": 820700113
        },
        {
            "start": 820701070,
            "stop": 820708980
        },
        {
            "start": 820709100,
            "stop": 820713073
        },
        {
            "start": 820713795,
            "stop": 820716120
        },
        {
            "start": 820716180,
            "stop": 820716193
        },
        {
            "start": 820717712,
            "stop": 820717800
        },
        {
            "start": 820719480,
            "stop": 820719540
        },
        {
            "start": 820719720,
            "stop": 820719900
        },
        {
            "start": 820719960,
            "stop": 820720080
        },
        {
            "start": 820720200,
            "stop": 820720260
        },
        {
            "start": 820720440,
            "stop": 820720500
        },
        {
            "start": 820720560,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820723860
        },
        {
            "start": 820723980,
            "stop": 820728212
        },
        {
            "start": 820728219,
            "stop": 820730030
        },
        {
            "start": 820730170,
            "stop": 820731180
        },
        {
            "start": 820731240,
            "stop": 820731300
        },
        {
            "start": 820731360,
            "stop": 820731660
        }
    ]
}