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=8637
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=8638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8636",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8637,
    "results": [
        {
            "start": 871432218,
            "stop": 871432677
        },
        {
            "start": 871432727,
            "stop": 871432828
        },
        {
            "start": 871432845,
            "stop": 871433510
        },
        {
            "start": 871433590,
            "stop": 871433684
        },
        {
            "start": 871433804,
            "stop": 871433933
        },
        {
            "start": 871433967,
            "stop": 871435094
        },
        {
            "start": 871435214,
            "stop": 871436996
        },
        {
            "start": 871437116,
            "stop": 871437650
        },
        {
            "start": 871437730,
            "stop": 871439512
        },
        {
            "start": 871439519,
            "stop": 871439640
        },
        {
            "start": 871439700,
            "stop": 871439864
        },
        {
            "start": 871439881,
            "stop": 871439951
        },
        {
            "start": 871439961,
            "stop": 871440072
        },
        {
            "start": 871440112,
            "stop": 871440212
        },
        {
            "start": 871440250,
            "stop": 871440300
        },
        {
            "start": 871440360,
            "stop": 871440558
        },
        {
            "start": 871440678,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871444200
        },
        {
            "start": 871444260,
            "stop": 871444320
        },
        {
            "start": 871444380,
            "stop": 871444740
        }
    ]
}