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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=296",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 297,
    "results": [
        {
            "start": 822666516,
            "stop": 822666556
        },
        {
            "start": 822666560,
            "stop": 822666567
        },
        {
            "start": 822666606,
            "stop": 822666613
        },
        {
            "start": 822666640,
            "stop": 822666641
        },
        {
            "start": 822666687,
            "stop": 822666715
        },
        {
            "start": 822666719,
            "stop": 822666776
        },
        {
            "start": 822666785,
            "stop": 822666796
        },
        {
            "start": 822666804,
            "stop": 822666844
        },
        {
            "start": 822666861,
            "stop": 822666862
        },
        {
            "start": 822667011,
            "stop": 822667017
        },
        {
            "start": 822667021,
            "stop": 822667071
        },
        {
            "start": 822667075,
            "stop": 822667092
        },
        {
            "start": 822667096,
            "stop": 822667113
        },
        {
            "start": 822667398,
            "stop": 822667401
        },
        {
            "start": 822667405,
            "stop": 822667490
        },
        {
            "start": 822667756,
            "stop": 822667762
        },
        {
            "start": 822667766,
            "stop": 822667772
        },
        {
            "start": 822699919,
            "stop": 822700915
        },
        {
            "start": 822700922,
            "stop": 822701270
        },
        {
            "start": 822701350,
            "stop": 822701990
        }
    ]
}