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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10218",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10219,
    "results": [
        {
            "start": 874154821,
            "stop": 874154874
        },
        {
            "start": 874154881,
            "stop": 874155028
        },
        {
            "start": 874155064,
            "stop": 874155072
        },
        {
            "start": 874155106,
            "stop": 874155190
        },
        {
            "start": 874155197,
            "stop": 874155238
        },
        {
            "start": 874155273,
            "stop": 874155451
        },
        {
            "start": 874155487,
            "stop": 874155656
        },
        {
            "start": 874155702,
            "stop": 874155886
        },
        {
            "start": 874155922,
            "stop": 874155953
        },
        {
            "start": 874156214,
            "stop": 874156287
        },
        {
            "start": 874156294,
            "stop": 874156338
        },
        {
            "start": 874156374,
            "stop": 874156381
        },
        {
            "start": 874156417,
            "stop": 874156441
        },
        {
            "start": 874156475,
            "stop": 874156547
        },
        {
            "start": 874156564,
            "stop": 874156583
        },
        {
            "start": 874156617,
            "stop": 874156650
        },
        {
            "start": 874158730,
            "stop": 874158739
        },
        {
            "start": 874158826,
            "stop": 874158857
        },
        {
            "start": 874158921,
            "stop": 874158929
        },
        {
            "start": 874159008,
            "stop": 874159020
        }
    ]
}