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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=68",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 69,
    "results": [
        {
            "start": 931452471,
            "stop": 931452508
        },
        {
            "start": 931452525,
            "stop": 931452579
        },
        {
            "start": 931452597,
            "stop": 931452608
        },
        {
            "start": 931452626,
            "stop": 931452627
        },
        {
            "start": 931452659,
            "stop": 931452700
        },
        {
            "start": 931452720,
            "stop": 931452819
        },
        {
            "start": 931452837,
            "stop": 931452845
        },
        {
            "start": 931452917,
            "stop": 931452991
        },
        {
            "start": 931453029,
            "stop": 931453036
        },
        {
            "start": 931453057,
            "stop": 931453061
        },
        {
            "start": 931453078,
            "stop": 931453092
        },
        {
            "start": 931453115,
            "stop": 931453162
        },
        {
            "start": 931453624,
            "stop": 931453637
        },
        {
            "start": 931453654,
            "stop": 931453681
        },
        {
            "start": 931453711,
            "stop": 931453712
        },
        {
            "start": 931453822,
            "stop": 931453853
        },
        {
            "start": 931453870,
            "stop": 931453902
        },
        {
            "start": 931453947,
            "stop": 931453969
        },
        {
            "start": 931453975,
            "stop": 931453976
        },
        {
            "start": 931454097,
            "stop": 931454120
        }
    ]
}