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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=15",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 16,
    "results": [
        {
            "start": 815902704,
            "stop": 815903044
        },
        {
            "start": 815903164,
            "stop": 815903993
        },
        {
            "start": 815903996,
            "stop": 815904913
        },
        {
            "start": 815912574,
            "stop": 815912960
        },
        {
            "start": 815912992,
            "stop": 815913097
        },
        {
            "start": 815916245,
            "stop": 815916996
        },
        {
            "start": 815916999,
            "stop": 815917021
        },
        {
            "start": 815927183,
            "stop": 815927293
        },
        {
            "start": 815962530,
            "stop": 815962722
        },
        {
            "start": 815963531,
            "stop": 815963558
        },
        {
            "start": 815963678,
            "stop": 815963803
        },
        {
            "start": 815964775,
            "stop": 815965247
        },
        {
            "start": 815965936,
            "stop": 815966097
        },
        {
            "start": 815970229,
            "stop": 815970464
        },
        {
            "start": 815970496,
            "stop": 815971693
        },
        {
            "start": 815971853,
            "stop": 815971980
        },
        {
            "start": 815971983,
            "stop": 815972380
        },
        {
            "start": 815972383,
            "stop": 815972558
        },
        {
            "start": 815972561,
            "stop": 815972731
        },
        {
            "start": 815974096,
            "stop": 815974784
        }
    ]
}