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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=218",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 219,
    "results": [
        {
            "start": 1421152615,
            "stop": 1421152737
        },
        {
            "start": 1421152741,
            "stop": 1421152825
        },
        {
            "start": 1421158781,
            "stop": 1421159703
        },
        {
            "start": 1421159712,
            "stop": 1421160208
        },
        {
            "start": 1421160212,
            "stop": 1421160336
        },
        {
            "start": 1421160338,
            "stop": 1421160440
        },
        {
            "start": 1421160444,
            "stop": 1421160460
        },
        {
            "start": 1421160468,
            "stop": 1421160536
        },
        {
            "start": 1421163560,
            "stop": 1421164305
        },
        {
            "start": 1421164307,
            "stop": 1421164310
        },
        {
            "start": 1421164319,
            "stop": 1421164686
        },
        {
            "start": 1421164690,
            "stop": 1421164925
        },
        {
            "start": 1421164926,
            "stop": 1421170459
        },
        {
            "start": 1421170533,
            "stop": 1421171896
        },
        {
            "start": 1421171898,
            "stop": 1421171919
        },
        {
            "start": 1421171921,
            "stop": 1421179885
        },
        {
            "start": 1421179887,
            "stop": 1421182130
        },
        {
            "start": 1421182138,
            "stop": 1421182389
        },
        {
            "start": 1421182391,
            "stop": 1421182414
        },
        {
            "start": 1421182419,
            "stop": 1421183414
        }
    ]
}