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=8583
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=8584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8582",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8583,
    "results": [
        {
            "start": 870444119,
            "stop": 870444721
        },
        {
            "start": 870444858,
            "stop": 870445812
        },
        {
            "start": 870445829,
            "stop": 870446102
        },
        {
            "start": 870446119,
            "stop": 870446259
        },
        {
            "start": 870446519,
            "stop": 870446980
        },
        {
            "start": 870446997,
            "stop": 870447572
        },
        {
            "start": 870447692,
            "stop": 870447872
        },
        {
            "start": 870447952,
            "stop": 870448740
        },
        {
            "start": 870448860,
            "stop": 870449100
        },
        {
            "start": 870449160,
            "stop": 870449377
        },
        {
            "start": 870449530,
            "stop": 870449800
        },
        {
            "start": 870449817,
            "stop": 870450588
        },
        {
            "start": 870450592,
            "stop": 870451042
        },
        {
            "start": 870451059,
            "stop": 870451094
        },
        {
            "start": 870451133,
            "stop": 870451687
        },
        {
            "start": 870451704,
            "stop": 870452880
        },
        {
            "start": 870454016,
            "stop": 870454347
        },
        {
            "start": 870454493,
            "stop": 870455146
        },
        {
            "start": 870455151,
            "stop": 870455580
        },
        {
            "start": 870455640,
            "stop": 870455864
        }
    ]
}