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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=266",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 267,
    "results": [
        {
            "start": 934970586,
            "stop": 934970592
        },
        {
            "start": 934970595,
            "stop": 934970612
        },
        {
            "start": 934970614,
            "stop": 934970619
        },
        {
            "start": 934970621,
            "stop": 934970634
        },
        {
            "start": 934970639,
            "stop": 934974180
        },
        {
            "start": 934974183,
            "stop": 934974184
        },
        {
            "start": 934974186,
            "stop": 934974193
        },
        {
            "start": 934974195,
            "stop": 934974213
        },
        {
            "start": 934974215,
            "stop": 934974219
        },
        {
            "start": 934974221,
            "stop": 934974227
        },
        {
            "start": 934974229,
            "stop": 934974235
        },
        {
            "start": 934974239,
            "stop": 934977663
        },
        {
            "start": 935129407,
            "stop": 935132568
        },
        {
            "start": 935132571,
            "stop": 935132575
        },
        {
            "start": 935132578,
            "stop": 935132595
        },
        {
            "start": 935132598,
            "stop": 935132604
        },
        {
            "start": 935132607,
            "stop": 935132625
        },
        {
            "start": 935132627,
            "stop": 935132631
        },
        {
            "start": 935132633,
            "stop": 935132639
        },
        {
            "start": 935132641,
            "stop": 935132647
        }
    ]
}