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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8612",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8613,
    "results": [
        {
            "start": 870938624,
            "stop": 870938760
        },
        {
            "start": 870938820,
            "stop": 870939000
        },
        {
            "start": 870939060,
            "stop": 870939356
        },
        {
            "start": 870939373,
            "stop": 870939620
        },
        {
            "start": 870941887,
            "stop": 870943975
        },
        {
            "start": 870943992,
            "stop": 870943995
        },
        {
            "start": 870944012,
            "stop": 870945301
        },
        {
            "start": 870945318,
            "stop": 870948060
        },
        {
            "start": 870948120,
            "stop": 870948272
        },
        {
            "start": 870948289,
            "stop": 870950212
        },
        {
            "start": 870950229,
            "stop": 870950231
        },
        {
            "start": 870950248,
            "stop": 870950250
        },
        {
            "start": 870950267,
            "stop": 870950804
        },
        {
            "start": 870950821,
            "stop": 870950940
        },
        {
            "start": 870951000,
            "stop": 870951663
        },
        {
            "start": 870951680,
            "stop": 870952020
        },
        {
            "start": 870952080,
            "stop": 870953672
        },
        {
            "start": 870953689,
            "stop": 870954170
        },
        {
            "start": 870954187,
            "stop": 870956298
        },
        {
            "start": 870961223,
            "stop": 870965159
        }
    ]
}