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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=268",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 269,
    "results": [
        {
            "start": 860098853,
            "stop": 860099003
        },
        {
            "start": 860099303,
            "stop": 860099563
        },
        {
            "start": 860099863,
            "stop": 860099872
        },
        {
            "start": 860100224,
            "stop": 860101341
        },
        {
            "start": 860101777,
            "stop": 860101806
        },
        {
            "start": 860102776,
            "stop": 860103590
        },
        {
            "start": 860103700,
            "stop": 860103765
        },
        {
            "start": 860104370,
            "stop": 860104552
        },
        {
            "start": 860105178,
            "stop": 860105324
        },
        {
            "start": 860105624,
            "stop": 860105684
        },
        {
            "start": 860106177,
            "stop": 860106186
        },
        {
            "start": 860106588,
            "stop": 860109703
        },
        {
            "start": 860110766,
            "stop": 860149446
        },
        {
            "start": 860150499,
            "stop": 860151465
        },
        {
            "start": 860151604,
            "stop": 860160214
        },
        {
            "start": 860160514,
            "stop": 860160520
        },
        {
            "start": 860160867,
            "stop": 860162615
        },
        {
            "start": 860162725,
            "stop": 860163262
        },
        {
            "start": 860163447,
            "stop": 860164381
        },
        {
            "start": 860164681,
            "stop": 860166855
        }
    ]
}