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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=168",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 169,
    "results": [
        {
            "start": 818082423,
            "stop": 818082424
        },
        {
            "start": 818082439,
            "stop": 818082441
        },
        {
            "start": 818082483,
            "stop": 818082485
        },
        {
            "start": 818082509,
            "stop": 818082510
        },
        {
            "start": 818160753,
            "stop": 818160765
        },
        {
            "start": 818160768,
            "stop": 818160770
        },
        {
            "start": 818160773,
            "stop": 818160828
        },
        {
            "start": 818160831,
            "stop": 818160833
        },
        {
            "start": 818160836,
            "stop": 818160837
        },
        {
            "start": 818160842,
            "stop": 818160851
        },
        {
            "start": 818160861,
            "stop": 818160876
        },
        {
            "start": 818160882,
            "stop": 818160885
        },
        {
            "start": 818160888,
            "stop": 818160916
        },
        {
            "start": 818160920,
            "stop": 818160928
        },
        {
            "start": 818160931,
            "stop": 818160933
        },
        {
            "start": 818160936,
            "stop": 818160939
        },
        {
            "start": 818160942,
            "stop": 818160948
        },
        {
            "start": 818160957,
            "stop": 818160968
        },
        {
            "start": 818160986,
            "stop": 818161004
        },
        {
            "start": 818161010,
            "stop": 818161013
        }
    ]
}