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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6367",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6368,
    "results": [
        {
            "start": 873506030,
            "stop": 873506038
        },
        {
            "start": 873506042,
            "stop": 873506135
        },
        {
            "start": 873506136,
            "stop": 873506138
        },
        {
            "start": 873506142,
            "stop": 873506214
        },
        {
            "start": 873506216,
            "stop": 873506255
        },
        {
            "start": 873506257,
            "stop": 873506297
        },
        {
            "start": 873506298,
            "stop": 873506385
        },
        {
            "start": 873506386,
            "stop": 873506394
        },
        {
            "start": 873506398,
            "stop": 873506401
        },
        {
            "start": 873506403,
            "stop": 873506425
        },
        {
            "start": 873506429,
            "stop": 873506439
        },
        {
            "start": 873506441,
            "stop": 873506446
        },
        {
            "start": 873506450,
            "stop": 873506457
        },
        {
            "start": 873506462,
            "stop": 873506468
        },
        {
            "start": 873506472,
            "stop": 873506478
        },
        {
            "start": 873506482,
            "stop": 873506490
        },
        {
            "start": 873506494,
            "stop": 873506507
        },
        {
            "start": 873506511,
            "stop": 873506518
        },
        {
            "start": 873506522,
            "stop": 873506530
        },
        {
            "start": 873506534,
            "stop": 873506541
        }
    ]
}