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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=252",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 253,
    "results": [
        {
            "start": 820938359,
            "stop": 820938451
        },
        {
            "start": 820938454,
            "stop": 820938473
        },
        {
            "start": 820938477,
            "stop": 820938514
        },
        {
            "start": 820938517,
            "stop": 820938548
        },
        {
            "start": 820938551,
            "stop": 820938585
        },
        {
            "start": 820938588,
            "stop": 820938644
        },
        {
            "start": 820938825,
            "stop": 820939016
        },
        {
            "start": 820939020,
            "stop": 820939022
        },
        {
            "start": 820939025,
            "stop": 820939087
        },
        {
            "start": 820939090,
            "stop": 820939159
        },
        {
            "start": 820939162,
            "stop": 820939211
        },
        {
            "start": 820939214,
            "stop": 820939220
        },
        {
            "start": 820939223,
            "stop": 820939353
        },
        {
            "start": 820939359,
            "stop": 820939389
        },
        {
            "start": 820939392,
            "stop": 820939420
        },
        {
            "start": 820939423,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939606
        },
        {
            "start": 820939609,
            "stop": 820939650
        },
        {
            "start": 820939653,
            "stop": 820939730
        },
        {
            "start": 820939733,
            "stop": 820939786
        }
    ]
}