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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5132",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5133,
    "results": [
        {
            "start": 969411887,
            "stop": 969413433
        },
        {
            "start": 969413436,
            "stop": 969413537
        },
        {
            "start": 969413540,
            "stop": 969414569
        },
        {
            "start": 969414572,
            "stop": 969414772
        },
        {
            "start": 969414775,
            "stop": 969414833
        },
        {
            "start": 969414836,
            "stop": 969414849
        },
        {
            "start": 969414852,
            "stop": 969414866
        },
        {
            "start": 969414869,
            "stop": 969415303
        },
        {
            "start": 969415306,
            "stop": 969415524
        },
        {
            "start": 969415527,
            "stop": 969415570
        },
        {
            "start": 969415573,
            "stop": 969416516
        },
        {
            "start": 969416519,
            "stop": 969416650
        },
        {
            "start": 969416653,
            "stop": 969417037
        },
        {
            "start": 969417040,
            "stop": 969417502
        },
        {
            "start": 969417505,
            "stop": 969417657
        },
        {
            "start": 969417660,
            "stop": 969418171
        },
        {
            "start": 969418174,
            "stop": 969418657
        },
        {
            "start": 969418660,
            "stop": 969419348
        },
        {
            "start": 969419351,
            "stop": 969419478
        },
        {
            "start": 969419481,
            "stop": 969419884
        }
    ]
}