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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=282",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 283,
    "results": [
        {
            "start": 931705130,
            "stop": 931705131
        },
        {
            "start": 931705133,
            "stop": 931705172
        },
        {
            "start": 931705174,
            "stop": 931705175
        },
        {
            "start": 931705176,
            "stop": 931705212
        },
        {
            "start": 931705214,
            "stop": 931705215
        },
        {
            "start": 931705575,
            "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
        }
    ]
}