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=41005
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=41006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41004",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41005,
    "results": [
        {
            "start": 875151753,
            "stop": 875151768
        },
        {
            "start": 875151769,
            "stop": 875151779
        },
        {
            "start": 875151780,
            "stop": 875151794
        },
        {
            "start": 875151795,
            "stop": 875151814
        },
        {
            "start": 875151815,
            "stop": 875151832
        },
        {
            "start": 875151834,
            "stop": 875151838
        },
        {
            "start": 875151839,
            "stop": 875151888
        },
        {
            "start": 875151889,
            "stop": 875151890
        },
        {
            "start": 875151891,
            "stop": 875151911
        },
        {
            "start": 875151912,
            "stop": 875151924
        },
        {
            "start": 875151926,
            "stop": 875151943
        },
        {
            "start": 875151944,
            "stop": 875151960
        },
        {
            "start": 875151961,
            "stop": 875151975
        },
        {
            "start": 875151976,
            "stop": 875152008
        },
        {
            "start": 875152009,
            "stop": 875152209
        },
        {
            "start": 875152210,
            "stop": 875152228
        },
        {
            "start": 875152229,
            "stop": 875152277
        },
        {
            "start": 875152278,
            "stop": 875152295
        },
        {
            "start": 875152296,
            "stop": 875152321
        },
        {
            "start": 875152322,
            "stop": 875152332
        }
    ]
}