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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=150",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 151,
    "results": [
        {
            "start": 819371319,
            "stop": 819373007
        },
        {
            "start": 819373010,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819374340
        },
        {
            "start": 819374400,
            "stop": 819376792
        },
        {
            "start": 819376795,
            "stop": 819377812
        },
        {
            "start": 819378478,
            "stop": 819380026
        },
        {
            "start": 819380976,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819388104
        },
        {
            "start": 819388361,
            "stop": 819390760
        },
        {
            "start": 819390988,
            "stop": 819391200
        },
        {
            "start": 819391260,
            "stop": 819391378
        },
        {
            "start": 819391498,
            "stop": 819391620
        },
        {
            "start": 819391680,
            "stop": 819392257
        },
        {
            "start": 819397710,
            "stop": 819398589
        },
        {
            "start": 819398709,
            "stop": 819399134
        },
        {
            "start": 819399254,
            "stop": 819399673
        }
    ]
}