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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=206",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 207,
    "results": [
        {
            "start": 931451022,
            "stop": 931451032
        },
        {
            "start": 931451033,
            "stop": 931451040
        },
        {
            "start": 931451042,
            "stop": 931451043
        },
        {
            "start": 931451048,
            "stop": 931451052
        },
        {
            "start": 931451057,
            "stop": 931451067
        },
        {
            "start": 931451069,
            "stop": 931451079
        },
        {
            "start": 931451081,
            "stop": 931451085
        },
        {
            "start": 931451087,
            "stop": 931451094
        },
        {
            "start": 931451096,
            "stop": 931451100
        },
        {
            "start": 931451103,
            "stop": 931451107
        },
        {
            "start": 931451109,
            "stop": 931451110
        },
        {
            "start": 931451113,
            "stop": 931451116
        },
        {
            "start": 931451119,
            "stop": 931451178
        },
        {
            "start": 931451190,
            "stop": 931451199
        },
        {
            "start": 931451201,
            "stop": 931451203
        },
        {
            "start": 931451207,
            "stop": 931451209
        },
        {
            "start": 931451211,
            "stop": 931451228
        },
        {
            "start": 931451230,
            "stop": 931451232
        },
        {
            "start": 931451234,
            "stop": 931451239
        },
        {
            "start": 931451241,
            "stop": 931451252
        }
    ]
}