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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4167",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4168,
    "results": [
        {
            "start": 874346861,
            "stop": 874346897
        },
        {
            "start": 874346916,
            "stop": 874346950
        },
        {
            "start": 874346969,
            "stop": 874346992
        },
        {
            "start": 874347015,
            "stop": 874347025
        },
        {
            "start": 874347055,
            "stop": 874347069
        },
        {
            "start": 874347088,
            "stop": 874347129
        },
        {
            "start": 874347268,
            "stop": 874347273
        },
        {
            "start": 874347293,
            "stop": 874347301
        },
        {
            "start": 874349924,
            "stop": 874349940
        },
        {
            "start": 874350060,
            "stop": 874350180
        },
        {
            "start": 874350240,
            "stop": 874350600
        },
        {
            "start": 874350660,
            "stop": 874350720
        },
        {
            "start": 874350893,
            "stop": 874351009
        },
        {
            "start": 874351129,
            "stop": 874351310
        },
        {
            "start": 874351332,
            "stop": 874351341
        },
        {
            "start": 874351360,
            "stop": 874351418
        },
        {
            "start": 874351437,
            "stop": 874351440
        },
        {
            "start": 874351620,
            "stop": 874351976
        },
        {
            "start": 874351995,
            "stop": 874352072
        },
        {
            "start": 874352102,
            "stop": 874352119
        }
    ]
}