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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=123",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 124,
    "results": [
        {
            "start": 819968087,
            "stop": 819968416
        },
        {
            "start": 819977247,
            "stop": 819977267
        },
        {
            "start": 819977270,
            "stop": 819977350
        },
        {
            "start": 819977353,
            "stop": 819977432
        },
        {
            "start": 819979099,
            "stop": 819979177
        },
        {
            "start": 819982169,
            "stop": 819982232
        },
        {
            "start": 819982235,
            "stop": 819982966
        },
        {
            "start": 819982969,
            "stop": 819983086
        },
        {
            "start": 819983091,
            "stop": 819983238
        },
        {
            "start": 819983241,
            "stop": 819983451
        },
        {
            "start": 819983454,
            "stop": 819983619
        },
        {
            "start": 819983622,
            "stop": 819983800
        },
        {
            "start": 819983803,
            "stop": 819983814
        },
        {
            "start": 819985429,
            "stop": 819985601
        },
        {
            "start": 819985604,
            "stop": 819985706
        },
        {
            "start": 819985710,
            "stop": 819985712
        },
        {
            "start": 819985716,
            "stop": 819985869
        },
        {
            "start": 819985872,
            "stop": 819985883
        },
        {
            "start": 819985886,
            "stop": 819986103
        },
        {
            "start": 819986107,
            "stop": 819986110
        }
    ]
}