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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=362",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 363,
    "results": [
        {
            "start": 858792150,
            "stop": 858792767
        },
        {
            "start": 858793740,
            "stop": 858793748
        },
        {
            "start": 858793751,
            "stop": 858793781
        },
        {
            "start": 858793786,
            "stop": 858793817
        },
        {
            "start": 858793821,
            "stop": 858797882
        },
        {
            "start": 858797886,
            "stop": 858797945
        },
        {
            "start": 858797977,
            "stop": 858797986
        },
        {
            "start": 858798265,
            "stop": 858799573
        },
        {
            "start": 858800050,
            "stop": 858800230
        },
        {
            "start": 858800239,
            "stop": 858800724
        },
        {
            "start": 858800729,
            "stop": 858800749
        },
        {
            "start": 858800753,
            "stop": 858800912
        },
        {
            "start": 858800916,
            "stop": 858800951
        },
        {
            "start": 858800954,
            "stop": 858801068
        },
        {
            "start": 858801077,
            "stop": 858801189
        },
        {
            "start": 858801193,
            "stop": 858801199
        },
        {
            "start": 858801252,
            "stop": 858801406
        },
        {
            "start": 858801420,
            "stop": 858801450
        },
        {
            "start": 858801462,
            "stop": 858801477
        },
        {
            "start": 858801491,
            "stop": 858801516
        }
    ]
}