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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=214",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 215,
    "results": [
        {
            "start": 821084469,
            "stop": 821084475
        },
        {
            "start": 821084479,
            "stop": 821084545
        },
        {
            "start": 821086406,
            "stop": 821086771
        },
        {
            "start": 821086774,
            "stop": 821086783
        },
        {
            "start": 821086787,
            "stop": 821087585
        },
        {
            "start": 821087589,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088617
        },
        {
            "start": 821089987,
            "stop": 821092093
        },
        {
            "start": 821092096,
            "stop": 821095379
        },
        {
            "start": 821095382,
            "stop": 821098566
        },
        {
            "start": 821099980,
            "stop": 821100274
        },
        {
            "start": 821101761,
            "stop": 821104019
        },
        {
            "start": 821104922,
            "stop": 821107515
        },
        {
            "start": 821108773,
            "stop": 821113001
        },
        {
            "start": 821124594,
            "stop": 821124772
        },
        {
            "start": 821127688,
            "stop": 821127757
        }
    ]
}