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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=378",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 379,
    "results": [
        {
            "start": 960209933,
            "stop": 960212251
        },
        {
            "start": 960224849,
            "stop": 960224920
        },
        {
            "start": 960230102,
            "stop": 960231466
        },
        {
            "start": 960231471,
            "stop": 960231484
        },
        {
            "start": 960240861,
            "stop": 960243238
        },
        {
            "start": 960245646,
            "stop": 960246008
        },
        {
            "start": 960276755,
            "stop": 960277644
        },
        {
            "start": 960283529,
            "stop": 960284509
        },
        {
            "start": 960286288,
            "stop": 960286674
        },
        {
            "start": 960288192,
            "stop": 960289302
        },
        {
            "start": 960289309,
            "stop": 960289719
        },
        {
            "start": 960291969,
            "stop": 960294821
        },
        {
            "start": 960295366,
            "stop": 960295601
        },
        {
            "start": 960296234,
            "stop": 960300682
        },
        {
            "start": 960304791,
            "stop": 960308352
        },
        {
            "start": 960313504,
            "stop": 960314904
        },
        {
            "start": 960321863,
            "stop": 960325390
        },
        {
            "start": 960345431,
            "stop": 960348921
        },
        {
            "start": 960360940,
            "stop": 960361795
        },
        {
            "start": 960370821,
            "stop": 960371022
        }
    ]
}