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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 57,
    "results": [
        {
            "start": 817999874,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006754,
            "stop": 818007000
        },
        {
            "start": 818007060,
            "stop": 818007780
        },
        {
            "start": 818007840,
            "stop": 818008260
        },
        {
            "start": 818008320,
            "stop": 818012037
        },
        {
            "start": 818012043,
            "stop": 818012044
        },
        {
            "start": 818030252,
            "stop": 818034090
        },
        {
            "start": 818035322,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818037013
        },
        {
            "start": 818037193,
            "stop": 818040360
        },
        {
            "start": 818040420,
            "stop": 818059175
        },
        {
            "start": 818060899,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818068193
        },
        {
            "start": 818069157,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073843
        },
        {
            "start": 818073847,
            "stop": 818077092
        },
        {
            "start": 818077748,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818093424
        },
        {
            "start": 818094671,
            "stop": 818095968
        }
    ]
}