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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=170",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 171,
    "results": [
        {
            "start": 819366404,
            "stop": 819370147
        },
        {
            "start": 819370829,
            "stop": 819371136
        },
        {
            "start": 819371168,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819377708
        },
        {
            "start": 819378235,
            "stop": 819380129
        },
        {
            "start": 819380557,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819388104
        },
        {
            "start": 819388361,
            "stop": 819390236
        },
        {
            "start": 819390239,
            "stop": 819390760
        },
        {
            "start": 819390988,
            "stop": 819391378
        },
        {
            "start": 819391498,
            "stop": 819392236
        },
        {
            "start": 819392680,
            "stop": 819395250
        },
        {
            "start": 819396505,
            "stop": 819396976
        },
        {
            "start": 819396979,
            "stop": 819396980
        },
        {
            "start": 819396986,
            "stop": 819398589
        }
    ]
}