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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2375",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2376,
    "results": [
        {
            "start": 872634150,
            "stop": 872634530
        },
        {
            "start": 872634610,
            "stop": 872634710
        },
        {
            "start": 872634850,
            "stop": 872635020
        },
        {
            "start": 872636474,
            "stop": 872637103
        },
        {
            "start": 872637124,
            "stop": 872637720
        },
        {
            "start": 872637780,
            "stop": 872638073
        },
        {
            "start": 872638082,
            "stop": 872638425
        },
        {
            "start": 872638442,
            "stop": 872638904
        },
        {
            "start": 872639085,
            "stop": 872639450
        },
        {
            "start": 872639530,
            "stop": 872639970
        },
        {
            "start": 872640030,
            "stop": 872640120
        },
        {
            "start": 872640180,
            "stop": 872640188
        },
        {
            "start": 872640210,
            "stop": 872640600
        },
        {
            "start": 872640660,
            "stop": 872641167
        },
        {
            "start": 872641176,
            "stop": 872641320
        },
        {
            "start": 872641380,
            "stop": 872642024
        },
        {
            "start": 872642205,
            "stop": 872642450
        },
        {
            "start": 872642745,
            "stop": 872642945
        },
        {
            "start": 872642952,
            "stop": 872643514
        },
        {
            "start": 872643521,
            "stop": 872643562
        }
    ]
}