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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=592",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 593,
    "results": [
        {
            "start": 842105153,
            "stop": 842108386
        },
        {
            "start": 842138863,
            "stop": 842189739
        },
        {
            "start": 842190487,
            "stop": 842200139
        },
        {
            "start": 842200742,
            "stop": 842202002
        },
        {
            "start": 842203175,
            "stop": 842205435
        },
        {
            "start": 842205441,
            "stop": 842205447
        },
        {
            "start": 842206761,
            "stop": 842219608
        },
        {
            "start": 842220866,
            "stop": 842236251
        },
        {
            "start": 842236917,
            "stop": 842275712
        },
        {
            "start": 842275720,
            "stop": 842294336
        },
        {
            "start": 842295066,
            "stop": 842295385
        },
        {
            "start": 842295916,
            "stop": 842303971
        },
        {
            "start": 842305118,
            "stop": 842309463
        },
        {
            "start": 842309479,
            "stop": 842309480
        },
        {
            "start": 842309487,
            "stop": 842325897
        },
        {
            "start": 842326705,
            "stop": 842337264
        },
        {
            "start": 842337271,
            "stop": 842340491
        },
        {
            "start": 842340499,
            "stop": 842384033
        },
        {
            "start": 842384041,
            "stop": 842385171
        },
        {
            "start": 842388568,
            "stop": 842388656
        }
    ]
}