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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=564",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 565,
    "results": [
        {
            "start": 832365821,
            "stop": 832366039
        },
        {
            "start": 832366439,
            "stop": 832366987
        },
        {
            "start": 832367307,
            "stop": 832369476
        },
        {
            "start": 832369876,
            "stop": 832370353
        },
        {
            "start": 832370899,
            "stop": 832373191
        },
        {
            "start": 832373511,
            "stop": 832373526
        },
        {
            "start": 832373926,
            "stop": 832375135
        },
        {
            "start": 832375455,
            "stop": 832375658
        },
        {
            "start": 832376058,
            "stop": 832376403
        },
        {
            "start": 832376723,
            "stop": 832377201
        },
        {
            "start": 832377601,
            "stop": 832401511
        },
        {
            "start": 832402240,
            "stop": 832404322
        },
        {
            "start": 832404763,
            "stop": 832406113
        },
        {
            "start": 832406513,
            "stop": 832406519
        },
        {
            "start": 832406839,
            "stop": 832406993
        },
        {
            "start": 832407393,
            "stop": 832423150
        },
        {
            "start": 832423470,
            "stop": 832423613
        },
        {
            "start": 832424118,
            "stop": 832424189
        },
        {
            "start": 832424611,
            "stop": 832424629
        },
        {
            "start": 832424949,
            "stop": 832426089
        }
    ]
}