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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=206",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 207,
    "results": [
        {
            "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
        },
        {
            "start": 931451254,
            "stop": 931451258
        },
        {
            "start": 931451260,
            "stop": 931451281
        },
        {
            "start": 931451283,
            "stop": 931451298
        },
        {
            "start": 931451301,
            "stop": 931451351
        },
        {
            "start": 931451353,
            "stop": 931451367
        },
        {
            "start": 931451369,
            "stop": 931451376
        }
    ]
}