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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=207",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 208,
    "results": [
        {
            "start": 931705531,
            "stop": 931705532
        },
        {
            "start": 931705534,
            "stop": 931705544
        },
        {
            "start": 931705546,
            "stop": 931705547
        },
        {
            "start": 931705551,
            "stop": 931705567
        },
        {
            "start": 931705568,
            "stop": 931705572
        },
        {
            "start": 931705573,
            "stop": 931705595
        },
        {
            "start": 931705596,
            "stop": 931705605
        },
        {
            "start": 931705608,
            "stop": 931705610
        },
        {
            "start": 931705612,
            "stop": 931705630
        },
        {
            "start": 931705632,
            "stop": 931705644
        },
        {
            "start": 931705646,
            "stop": 931705647
        },
        {
            "start": 931705649,
            "stop": 931705672
        },
        {
            "start": 931705674,
            "stop": 931705675
        },
        {
            "start": 931705677,
            "stop": 931705682
        },
        {
            "start": 931705686,
            "stop": 931705693
        },
        {
            "start": 931705695,
            "stop": 931705696
        },
        {
            "start": 931705699,
            "stop": 931705701
        },
        {
            "start": 931705703,
            "stop": 931705706
        },
        {
            "start": 931705707,
            "stop": 931705708
        },
        {
            "start": 931705711,
            "stop": 931705712
        }
    ]
}