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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3006",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3007,
    "results": [
        {
            "start": 862712091,
            "stop": 862712100
        },
        {
            "start": 862712161,
            "stop": 862712264
        },
        {
            "start": 862712267,
            "stop": 862712280
        },
        {
            "start": 862713360,
            "stop": 862713363
        },
        {
            "start": 862713366,
            "stop": 862713380
        },
        {
            "start": 862713384,
            "stop": 862713388
        },
        {
            "start": 862713392,
            "stop": 862713398
        },
        {
            "start": 862713401,
            "stop": 862713409
        },
        {
            "start": 862713418,
            "stop": 862713425
        },
        {
            "start": 862713429,
            "stop": 862713433
        },
        {
            "start": 862713482,
            "stop": 862713546
        },
        {
            "start": 862714500,
            "stop": 862714529
        },
        {
            "start": 862714532,
            "stop": 862714715
        },
        {
            "start": 862714718,
            "stop": 862714892
        },
        {
            "start": 862714895,
            "stop": 862714952
        },
        {
            "start": 862714955,
            "stop": 862714983
        },
        {
            "start": 862714986,
            "stop": 862715007
        },
        {
            "start": 862715014,
            "stop": 862715185
        },
        {
            "start": 862715188,
            "stop": 862715662
        },
        {
            "start": 862715666,
            "stop": 862716000
        }
    ]
}