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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6443",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6444,
    "results": [
        {
            "start": 873864534,
            "stop": 873864851
        },
        {
            "start": 873864853,
            "stop": 873864966
        },
        {
            "start": 873864968,
            "stop": 873865128
        },
        {
            "start": 873865129,
            "stop": 873865510
        },
        {
            "start": 873865512,
            "stop": 873866050
        },
        {
            "start": 873866051,
            "stop": 873866114
        },
        {
            "start": 873866115,
            "stop": 873866595
        },
        {
            "start": 873866596,
            "stop": 873866623
        },
        {
            "start": 873866625,
            "stop": 873867191
        },
        {
            "start": 873867192,
            "stop": 873867683
        },
        {
            "start": 873867684,
            "stop": 873867819
        },
        {
            "start": 873867821,
            "stop": 873867968
        },
        {
            "start": 873867969,
            "stop": 873868101
        },
        {
            "start": 873868102,
            "stop": 873868959
        },
        {
            "start": 873868960,
            "stop": 873868976
        },
        {
            "start": 873868978,
            "stop": 873869290
        },
        {
            "start": 873869291,
            "stop": 873869558
        },
        {
            "start": 873869559,
            "stop": 873869730
        },
        {
            "start": 873869731,
            "stop": 873869799
        },
        {
            "start": 873869800,
            "stop": 873870350
        }
    ]
}