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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=94",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 95,
    "results": [
        {
            "start": 847803691,
            "stop": 847811809
        },
        {
            "start": 847819476,
            "stop": 847820810
        },
        {
            "start": 847821199,
            "stop": 847821250
        },
        {
            "start": 847823778,
            "stop": 847823971
        },
        {
            "start": 847826448,
            "stop": 847834721
        },
        {
            "start": 847837065,
            "stop": 847837438
        },
        {
            "start": 847838012,
            "stop": 847841070
        },
        {
            "start": 847842323,
            "stop": 847883729
        },
        {
            "start": 847887376,
            "stop": 847900102
        },
        {
            "start": 847901978,
            "stop": 847915377
        },
        {
            "start": 847916130,
            "stop": 847922253
        },
        {
            "start": 847922827,
            "stop": 847945286
        },
        {
            "start": 847952376,
            "stop": 847952415
        },
        {
            "start": 847952938,
            "stop": 847955168
        },
        {
            "start": 847957965,
            "stop": 847998436
        },
        {
            "start": 848001235,
            "stop": 848004654
        },
        {
            "start": 848005122,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069440
        },
        {
            "start": 848072037,
            "stop": 848086245
        }
    ]
}