Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=13",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 14,
    "results": [
        {
            "start": 931161353,
            "stop": 931161358
        },
        {
            "start": 931161365,
            "stop": 931161380
        },
        {
            "start": 931161383,
            "stop": 931161387
        },
        {
            "start": 931161394,
            "stop": 931161398
        },
        {
            "start": 931161401,
            "stop": 931161402
        },
        {
            "start": 931161406,
            "stop": 931161413
        },
        {
            "start": 931161418,
            "stop": 931161420
        },
        {
            "start": 931161423,
            "stop": 931161426
        },
        {
            "start": 931161433,
            "stop": 931161434
        },
        {
            "start": 931161442,
            "stop": 931161445
        },
        {
            "start": 931161448,
            "stop": 931161449
        },
        {
            "start": 931161452,
            "stop": 931161455
        },
        {
            "start": 931161464,
            "stop": 931161471
        },
        {
            "start": 931161482,
            "stop": 931161484
        },
        {
            "start": 931161491,
            "stop": 931161495
        },
        {
            "start": 931161499,
            "stop": 931161501
        },
        {
            "start": 931161522,
            "stop": 931161525
        },
        {
            "start": 931161534,
            "stop": 931161535
        },
        {
            "start": 931161544,
            "stop": 931161555
        },
        {
            "start": 931161563,
            "stop": 931161565
        }
    ]
}