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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=128",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 129,
    "results": [
        {
            "start": 932712704,
            "stop": 932712738
        },
        {
            "start": 932712775,
            "stop": 932712778
        },
        {
            "start": 932712854,
            "stop": 932712944
        },
        {
            "start": 932713015,
            "stop": 932713746
        },
        {
            "start": 932713765,
            "stop": 932714123
        },
        {
            "start": 932714158,
            "stop": 932714188
        },
        {
            "start": 932714225,
            "stop": 932714285
        },
        {
            "start": 932714309,
            "stop": 932714705
        },
        {
            "start": 932714724,
            "stop": 932715542
        },
        {
            "start": 932715562,
            "stop": 932715625
        },
        {
            "start": 932715667,
            "stop": 932715932
        },
        {
            "start": 932715950,
            "stop": 932716355
        },
        {
            "start": 932716374,
            "stop": 932716463
        },
        {
            "start": 932716569,
            "stop": 932716571
        },
        {
            "start": 932716740,
            "stop": 932716742
        },
        {
            "start": 932716768,
            "stop": 932716835
        },
        {
            "start": 932716869,
            "stop": 932716886
        },
        {
            "start": 932716924,
            "stop": 932716931
        },
        {
            "start": 932716950,
            "stop": 932716953
        },
        {
            "start": 932717012,
            "stop": 932717023
        }
    ]
}