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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=336",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 337,
    "results": [
        {
            "start": 1181265981,
            "stop": 1181266126
        },
        {
            "start": 1181266130,
            "stop": 1181266140
        },
        {
            "start": 1181266142,
            "stop": 1181266269
        },
        {
            "start": 1181266270,
            "stop": 1181266298
        },
        {
            "start": 1181266299,
            "stop": 1181266392
        },
        {
            "start": 1181266393,
            "stop": 1181266407
        },
        {
            "start": 1181266409,
            "stop": 1181266739
        },
        {
            "start": 1181266740,
            "stop": 1181266903
        },
        {
            "start": 1181266904,
            "stop": 1181267179
        },
        {
            "start": 1181267180,
            "stop": 1181267669
        },
        {
            "start": 1181267670,
            "stop": 1181267671
        },
        {
            "start": 1181267672,
            "stop": 1181268187
        },
        {
            "start": 1181268188,
            "stop": 1181268301
        },
        {
            "start": 1181268302,
            "stop": 1181268350
        },
        {
            "start": 1181268351,
            "stop": 1181268552
        },
        {
            "start": 1181268553,
            "stop": 1181268563
        },
        {
            "start": 1181268565,
            "stop": 1181268576
        },
        {
            "start": 1181268578,
            "stop": 1181275510
        },
        {
            "start": 1181275511,
            "stop": 1181278184
        },
        {
            "start": 1181278185,
            "stop": 1181279844
        }
    ]
}