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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=312",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 313,
    "results": [
        {
            "start": 821144628,
            "stop": 821144916
        },
        {
            "start": 821145036,
            "stop": 821145066
        },
        {
            "start": 821145186,
            "stop": 821145251
        },
        {
            "start": 821145268,
            "stop": 821146453
        },
        {
            "start": 821146573,
            "stop": 821146880
        },
        {
            "start": 821146883,
            "stop": 821147231
        },
        {
            "start": 821147351,
            "stop": 821147520
        },
        {
            "start": 821147580,
            "stop": 821147838
        },
        {
            "start": 821147958,
            "stop": 821148000
        },
        {
            "start": 821148060,
            "stop": 821148440
        },
        {
            "start": 821148443,
            "stop": 821148480
        },
        {
            "start": 821148600,
            "stop": 821149658
        },
        {
            "start": 821149778,
            "stop": 821150499
        },
        {
            "start": 821150502,
            "stop": 821150520
        },
        {
            "start": 821150640,
            "stop": 821150784
        },
        {
            "start": 821150904,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821151900
        },
        {
            "start": 821151960,
            "stop": 821154120
        },
        {
            "start": 821154240,
            "stop": 821155917
        },
        {
            "start": 821156037,
            "stop": 821156820
        }
    ]
}