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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=25",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 26,
    "results": [
        {
            "start": 815563790,
            "stop": 815571672
        },
        {
            "start": 815576075,
            "stop": 815576525
        },
        {
            "start": 815576529,
            "stop": 815580690
        },
        {
            "start": 815580750,
            "stop": 815590170
        },
        {
            "start": 815590230,
            "stop": 815592510
        },
        {
            "start": 815592570,
            "stop": 815592663
        },
        {
            "start": 815592680,
            "stop": 815596695
        },
        {
            "start": 815596713,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815607778
        },
        {
            "start": 815607781,
            "stop": 815607821
        },
        {
            "start": 815607822,
            "stop": 815609744
        },
        {
            "start": 815609747,
            "stop": 815610440
        },
        {
            "start": 815616627,
            "stop": 815620112
        },
        {
            "start": 815623237,
            "stop": 815626015
        },
        {
            "start": 815627414,
            "stop": 815635854
        },
        {
            "start": 815637315,
            "stop": 815639411
        },
        {
            "start": 815639414,
            "stop": 815640372
        },
        {
            "start": 815640375,
            "stop": 815640834
        },
        {
            "start": 815640837,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815656032
        }
    ]
}