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=6615
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=6616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6614",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6615,
    "results": [
        {
            "start": 874787820,
            "stop": 874787821
        },
        {
            "start": 874787822,
            "stop": 874788038
        },
        {
            "start": 874788039,
            "stop": 874788152
        },
        {
            "start": 874788153,
            "stop": 874788359
        },
        {
            "start": 874788361,
            "stop": 874788379
        },
        {
            "start": 874788381,
            "stop": 874788403
        },
        {
            "start": 874788404,
            "stop": 874788417
        },
        {
            "start": 874788419,
            "stop": 874788443
        },
        {
            "start": 874788444,
            "stop": 874788496
        },
        {
            "start": 874788497,
            "stop": 874788645
        },
        {
            "start": 874788647,
            "stop": 874788757
        },
        {
            "start": 874788758,
            "stop": 874789667
        },
        {
            "start": 874789669,
            "stop": 874789773
        },
        {
            "start": 874789774,
            "stop": 874790096
        },
        {
            "start": 874790097,
            "stop": 874790214
        },
        {
            "start": 874790215,
            "stop": 874790305
        },
        {
            "start": 874790306,
            "stop": 874791401
        },
        {
            "start": 874791402,
            "stop": 874791464
        },
        {
            "start": 874791465,
            "stop": 874791703
        },
        {
            "start": 874791704,
            "stop": 874791897
        }
    ]
}