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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7588",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7586",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7587,
    "results": [
        {
            "start": 970601898,
            "stop": 970601932
        },
        {
            "start": 970601935,
            "stop": 970602064
        },
        {
            "start": 970602070,
            "stop": 970602088
        },
        {
            "start": 970602094,
            "stop": 970602119
        },
        {
            "start": 970602122,
            "stop": 970602175
        },
        {
            "start": 970602178,
            "stop": 970602210
        },
        {
            "start": 970602213,
            "stop": 970602240
        },
        {
            "start": 970602243,
            "stop": 970602259
        },
        {
            "start": 970602262,
            "stop": 970602268
        },
        {
            "start": 970602271,
            "stop": 970602285
        },
        {
            "start": 970602288,
            "stop": 970602304
        },
        {
            "start": 970602307,
            "stop": 970602354
        },
        {
            "start": 970602357,
            "stop": 970602363
        },
        {
            "start": 970602366,
            "stop": 970602382
        },
        {
            "start": 970602386,
            "stop": 970602401
        },
        {
            "start": 970602404,
            "stop": 970602437
        },
        {
            "start": 970602440,
            "stop": 970602467
        },
        {
            "start": 970602470,
            "stop": 970602477
        },
        {
            "start": 970602480,
            "stop": 970602498
        },
        {
            "start": 970602501,
            "stop": 970602531
        }
    ]
}