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=3140
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=3141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3139",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3140,
    "results": [
        {
            "start": 868613356,
            "stop": 868618620
        },
        {
            "start": 868618740,
            "stop": 868627080
        },
        {
            "start": 868627140,
            "stop": 868630560
        },
        {
            "start": 868630680,
            "stop": 868631033
        },
        {
            "start": 868634936,
            "stop": 868635060
        },
        {
            "start": 868635180,
            "stop": 868638060
        },
        {
            "start": 868638120,
            "stop": 868638300
        },
        {
            "start": 868638360,
            "stop": 868638463
        },
        {
            "start": 868639138,
            "stop": 868639740
        },
        {
            "start": 868639860,
            "stop": 868640076
        },
        {
            "start": 868640080,
            "stop": 868641577
        },
        {
            "start": 868641583,
            "stop": 868641600
        },
        {
            "start": 868641660,
            "stop": 868643022
        },
        {
            "start": 868643028,
            "stop": 868643040
        },
        {
            "start": 868643100,
            "stop": 868643711
        },
        {
            "start": 868643712,
            "stop": 868643713
        },
        {
            "start": 868643717,
            "stop": 868648800
        },
        {
            "start": 868648920,
            "stop": 868649155
        },
        {
            "start": 868649220,
            "stop": 868649280
        },
        {
            "start": 868649340,
            "stop": 868651560
        }
    ]
}