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=6578
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=6579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6577",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6578,
    "results": [
        {
            "start": 874563078,
            "stop": 874563230
        },
        {
            "start": 874563231,
            "stop": 874563445
        },
        {
            "start": 874563446,
            "stop": 874563722
        },
        {
            "start": 874563723,
            "stop": 874563940
        },
        {
            "start": 874563941,
            "stop": 874564115
        },
        {
            "start": 874564116,
            "stop": 874564172
        },
        {
            "start": 874564173,
            "stop": 874564250
        },
        {
            "start": 874564251,
            "stop": 874564486
        },
        {
            "start": 874564487,
            "stop": 874565080
        },
        {
            "start": 874565081,
            "stop": 874565295
        },
        {
            "start": 874565296,
            "stop": 874565298
        },
        {
            "start": 874565299,
            "stop": 874565388
        },
        {
            "start": 874565389,
            "stop": 874565393
        },
        {
            "start": 874565394,
            "stop": 874565537
        },
        {
            "start": 874565538,
            "stop": 874565713
        },
        {
            "start": 874565715,
            "stop": 874565865
        },
        {
            "start": 874565866,
            "stop": 874566200
        },
        {
            "start": 874566202,
            "stop": 874566481
        },
        {
            "start": 874566483,
            "stop": 874566557
        },
        {
            "start": 874566558,
            "stop": 874567016
        }
    ]
}