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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=267",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 268,
    "results": [
        {
            "start": 931781540,
            "stop": 931781544
        },
        {
            "start": 931781545,
            "stop": 931781559
        },
        {
            "start": 931781561,
            "stop": 931781567
        },
        {
            "start": 931781568,
            "stop": 931781572
        },
        {
            "start": 931781574,
            "stop": 931781575
        },
        {
            "start": 931781577,
            "stop": 931781587
        },
        {
            "start": 931781591,
            "stop": 931781607
        },
        {
            "start": 931781609,
            "stop": 931781612
        },
        {
            "start": 931781616,
            "stop": 931781617
        },
        {
            "start": 931781621,
            "stop": 931781626
        },
        {
            "start": 931781631,
            "stop": 931781655
        },
        {
            "start": 931781657,
            "stop": 931781667
        },
        {
            "start": 931781669,
            "stop": 931781681
        },
        {
            "start": 931781683,
            "stop": 931781709
        },
        {
            "start": 931781711,
            "stop": 931781746
        },
        {
            "start": 931781748,
            "stop": 931781752
        },
        {
            "start": 931781754,
            "stop": 931781760
        },
        {
            "start": 931781762,
            "stop": 931781790
        },
        {
            "start": 931781792,
            "stop": 931781793
        },
        {
            "start": 931781795,
            "stop": 931781796
        }
    ]
}