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=40909
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=40910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40908",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40909,
    "results": [
        {
            "start": 875094623,
            "stop": 875094641
        },
        {
            "start": 875094642,
            "stop": 875094656
        },
        {
            "start": 875094657,
            "stop": 875094658
        },
        {
            "start": 875094659,
            "stop": 875094683
        },
        {
            "start": 875094684,
            "stop": 875094704
        },
        {
            "start": 875094705,
            "stop": 875094764
        },
        {
            "start": 875094765,
            "stop": 875094807
        },
        {
            "start": 875094808,
            "stop": 875094868
        },
        {
            "start": 875094870,
            "stop": 875094895
        },
        {
            "start": 875094896,
            "stop": 875094909
        },
        {
            "start": 875094910,
            "stop": 875094944
        },
        {
            "start": 875094945,
            "stop": 875095027
        },
        {
            "start": 875095028,
            "stop": 875095261
        },
        {
            "start": 875095262,
            "stop": 875095281
        },
        {
            "start": 875095283,
            "stop": 875095293
        },
        {
            "start": 875095294,
            "stop": 875095306
        },
        {
            "start": 875095307,
            "stop": 875095366
        },
        {
            "start": 875095368,
            "stop": 875095385
        },
        {
            "start": 875095386,
            "stop": 875095388
        },
        {
            "start": 875095389,
            "stop": 875095409
        }
    ]
}