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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=615",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 616,
    "results": [
        {
            "start": 847797090,
            "stop": 847797110
        },
        {
            "start": 847798683,
            "stop": 847802578
        },
        {
            "start": 847803691,
            "stop": 847807496
        },
        {
            "start": 847807502,
            "stop": 847811797
        },
        {
            "start": 847819476,
            "stop": 847820550
        },
        {
            "start": 847820790,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        },
        {
            "start": 847823778,
            "stop": 847823962
        },
        {
            "start": 847826448,
            "stop": 847834713
        },
        {
            "start": 847837065,
            "stop": 847837350
        },
        {
            "start": 847837410,
            "stop": 847837424
        },
        {
            "start": 847838012,
            "stop": 847841062
        },
        {
            "start": 847842323,
            "stop": 847844730
        },
        {
            "start": 847844850,
            "stop": 847883721
        },
        {
            "start": 847887522,
            "stop": 847890190
        },
        {
            "start": 847890208,
            "stop": 847899709
        },
        {
            "start": 847902100,
            "stop": 847902602
        },
        {
            "start": 847903002,
            "stop": 847914985
        },
        {
            "start": 847916130,
            "stop": 847922190
        },
        {
            "start": 847922827,
            "stop": 847945278
        }
    ]
}