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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=277",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 278,
    "results": [
        {
            "start": 1181036662,
            "stop": 1181037374
        },
        {
            "start": 1181037375,
            "stop": 1181037398
        },
        {
            "start": 1181037400,
            "stop": 1181037846
        },
        {
            "start": 1181037847,
            "stop": 1181038058
        },
        {
            "start": 1181038066,
            "stop": 1181038083
        },
        {
            "start": 1181038089,
            "stop": 1181038154
        },
        {
            "start": 1181038162,
            "stop": 1181038188
        },
        {
            "start": 1181038194,
            "stop": 1181038259
        },
        {
            "start": 1181038260,
            "stop": 1181038486
        },
        {
            "start": 1181038499,
            "stop": 1181038617
        },
        {
            "start": 1181038625,
            "stop": 1181039088
        },
        {
            "start": 1181039091,
            "stop": 1181039112
        },
        {
            "start": 1181039114,
            "stop": 1181039115
        },
        {
            "start": 1181039117,
            "stop": 1181039247
        },
        {
            "start": 1181039250,
            "stop": 1181039933
        },
        {
            "start": 1181039934,
            "stop": 1181041850
        },
        {
            "start": 1181041851,
            "stop": 1181044022
        },
        {
            "start": 1181044023,
            "stop": 1181045789
        },
        {
            "start": 1181045790,
            "stop": 1181045958
        },
        {
            "start": 1181045959,
            "stop": 1181046179
        }
    ]
}