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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=126",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 127,
    "results": [
        {
            "start": 830437439,
            "stop": 830440385
        },
        {
            "start": 830440685,
            "stop": 830449103
        },
        {
            "start": 830449105,
            "stop": 830449924
        },
        {
            "start": 830450011,
            "stop": 830450589
        },
        {
            "start": 830450889,
            "stop": 830452086
        },
        {
            "start": 830453534,
            "stop": 830460615
        },
        {
            "start": 830460725,
            "stop": 830460882
        },
        {
            "start": 830461182,
            "stop": 830461535
        },
        {
            "start": 830461645,
            "stop": 830461653
        },
        {
            "start": 830461953,
            "stop": 830462638
        },
        {
            "start": 830466401,
            "stop": 830469225
        },
        {
            "start": 830469525,
            "stop": 830490853
        },
        {
            "start": 830496073,
            "stop": 830533000
        },
        {
            "start": 830533001,
            "stop": 830533645
        },
        {
            "start": 830533945,
            "stop": 830534161
        },
        {
            "start": 830534164,
            "stop": 830534929
        },
        {
            "start": 830535229,
            "stop": 830537658
        },
        {
            "start": 830537662,
            "stop": 830537663
        },
        {
            "start": 830538021,
            "stop": 830538388
        },
        {
            "start": 830538391,
            "stop": 830538430
        }
    ]
}