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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=216",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 217,
    "results": [
        {
            "start": 820199092,
            "stop": 820199108
        },
        {
            "start": 820199111,
            "stop": 820199140
        },
        {
            "start": 820199143,
            "stop": 820199146
        },
        {
            "start": 820199150,
            "stop": 820199152
        },
        {
            "start": 820199156,
            "stop": 820199159
        },
        {
            "start": 820199162,
            "stop": 820199197
        },
        {
            "start": 820199200,
            "stop": 820199232
        },
        {
            "start": 820199235,
            "stop": 820199253
        },
        {
            "start": 820199257,
            "stop": 820199266
        },
        {
            "start": 820199270,
            "stop": 820199272
        },
        {
            "start": 820199275,
            "stop": 820199295
        },
        {
            "start": 820199299,
            "stop": 820199379
        },
        {
            "start": 820204001,
            "stop": 820204032
        },
        {
            "start": 820204035,
            "stop": 820204066
        },
        {
            "start": 820204069,
            "stop": 820204089
        },
        {
            "start": 820204093,
            "stop": 820204261
        },
        {
            "start": 820204265,
            "stop": 820204281
        },
        {
            "start": 820204284,
            "stop": 820204373
        },
        {
            "start": 820204377,
            "stop": 820204394
        },
        {
            "start": 820204398,
            "stop": 820204400
        }
    ]
}