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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 207,
    "results": [
        {
            "start": 931669563,
            "stop": 931669585
        },
        {
            "start": 931669587,
            "stop": 931669596
        },
        {
            "start": 931669599,
            "stop": 931669604
        },
        {
            "start": 931669607,
            "stop": 931669613
        },
        {
            "start": 931669616,
            "stop": 931669617
        },
        {
            "start": 931669620,
            "stop": 931669630
        },
        {
            "start": 931669637,
            "stop": 931669639
        },
        {
            "start": 931669644,
            "stop": 931669648
        },
        {
            "start": 931669658,
            "stop": 931669671
        },
        {
            "start": 931669674,
            "stop": 931669714
        },
        {
            "start": 931669717,
            "stop": 931669719
        },
        {
            "start": 931669723,
            "stop": 931669724
        },
        {
            "start": 931669730,
            "stop": 931669743
        },
        {
            "start": 931669745,
            "stop": 931669773
        },
        {
            "start": 931669779,
            "stop": 931669786
        },
        {
            "start": 931669789,
            "stop": 931669790
        },
        {
            "start": 931669793,
            "stop": 931669800
        },
        {
            "start": 931669803,
            "stop": 931669804
        },
        {
            "start": 931669808,
            "stop": 931669810
        },
        {
            "start": 931669815,
            "stop": 931669819
        }
    ]
}