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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=111",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 112,
    "results": [
        {
            "start": 931674151,
            "stop": 931674156
        },
        {
            "start": 931674167,
            "stop": 931674169
        },
        {
            "start": 931674187,
            "stop": 931674191
        },
        {
            "start": 931674212,
            "stop": 931674214
        },
        {
            "start": 931674232,
            "stop": 931674238
        },
        {
            "start": 931674245,
            "stop": 931674252
        },
        {
            "start": 931674261,
            "stop": 931674265
        },
        {
            "start": 931674271,
            "stop": 931674273
        },
        {
            "start": 931674282,
            "stop": 931674284
        },
        {
            "start": 931674291,
            "stop": 931674296
        },
        {
            "start": 931674322,
            "stop": 931674323
        },
        {
            "start": 931674401,
            "stop": 931674402
        },
        {
            "start": 931674417,
            "stop": 931674418
        },
        {
            "start": 931674429,
            "stop": 931674430
        },
        {
            "start": 931674446,
            "stop": 931674452
        },
        {
            "start": 931674459,
            "stop": 931674460
        },
        {
            "start": 931674482,
            "stop": 931674486
        },
        {
            "start": 931674499,
            "stop": 931674502
        },
        {
            "start": 931674509,
            "stop": 931674511
        },
        {
            "start": 931674521,
            "stop": 931674534
        }
    ]
}