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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6884",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6885,
    "results": [
        {
            "start": 873406181,
            "stop": 873406185
        },
        {
            "start": 873406188,
            "stop": 873406189
        },
        {
            "start": 873406195,
            "stop": 873406226
        },
        {
            "start": 873406229,
            "stop": 873406279
        },
        {
            "start": 873406282,
            "stop": 873406339
        },
        {
            "start": 873406342,
            "stop": 873406564
        },
        {
            "start": 873406569,
            "stop": 873406589
        },
        {
            "start": 873406592,
            "stop": 873406744
        },
        {
            "start": 873406747,
            "stop": 873406767
        },
        {
            "start": 873406770,
            "stop": 873406787
        },
        {
            "start": 873406791,
            "stop": 873406982
        },
        {
            "start": 873406985,
            "stop": 873407070
        },
        {
            "start": 873407073,
            "stop": 873407097
        },
        {
            "start": 873407100,
            "stop": 873407146
        },
        {
            "start": 873407152,
            "stop": 873407155
        },
        {
            "start": 873407158,
            "stop": 873407165
        },
        {
            "start": 873407168,
            "stop": 873407170
        },
        {
            "start": 873407173,
            "stop": 873408517
        },
        {
            "start": 873408520,
            "stop": 873408710
        },
        {
            "start": 873408714,
            "stop": 873409725
        }
    ]
}