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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=201",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 202,
    "results": [
        {
            "start": 820867914,
            "stop": 820868050
        },
        {
            "start": 820868053,
            "stop": 820868593
        },
        {
            "start": 820868638,
            "stop": 820868639
        },
        {
            "start": 820868794,
            "stop": 820869572
        },
        {
            "start": 820869575,
            "stop": 820870058
        },
        {
            "start": 820870061,
            "stop": 820871090
        },
        {
            "start": 820871093,
            "stop": 820872081
        },
        {
            "start": 820872084,
            "stop": 820872480
        },
        {
            "start": 820872600,
            "stop": 820873096
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876813
        },
        {
            "start": 820876893,
            "stop": 820876942
        },
        {
            "start": 820876946,
            "stop": 820877082
        },
        {
            "start": 820877086,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820877793
        },
        {
            "start": 820877796,
            "stop": 820878276
        },
        {
            "start": 820878279,
            "stop": 820878365
        },
        {
            "start": 820878368,
            "stop": 820878958
        },
        {
            "start": 820890881,
            "stop": 820891273
        }
    ]
}