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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7541",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7539",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7540,
    "results": [
        {
            "start": 970404902,
            "stop": 970404955
        },
        {
            "start": 970404959,
            "stop": 970404971
        },
        {
            "start": 970404974,
            "stop": 970404990
        },
        {
            "start": 970404993,
            "stop": 970404999
        },
        {
            "start": 970405002,
            "stop": 970405072
        },
        {
            "start": 970405075,
            "stop": 970405086
        },
        {
            "start": 970405089,
            "stop": 970405093
        },
        {
            "start": 970405096,
            "stop": 970405107
        },
        {
            "start": 970405110,
            "stop": 970405190
        },
        {
            "start": 970405193,
            "stop": 970405253
        },
        {
            "start": 970405256,
            "stop": 970405270
        },
        {
            "start": 970405273,
            "stop": 970405278
        },
        {
            "start": 970405281,
            "stop": 970405296
        },
        {
            "start": 970405299,
            "stop": 970405303
        },
        {
            "start": 970405306,
            "stop": 970405310
        },
        {
            "start": 970405313,
            "stop": 970405314
        },
        {
            "start": 970405317,
            "stop": 970405337
        },
        {
            "start": 970405389,
            "stop": 970405390
        },
        {
            "start": 970405396,
            "stop": 970405397
        },
        {
            "start": 970405411,
            "stop": 970405421
        }
    ]
}