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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=58",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 59,
    "results": [
        {
            "start": 817241721,
            "stop": 817241742
        },
        {
            "start": 817241862,
            "stop": 817242022
        },
        {
            "start": 817242025,
            "stop": 817242282
        },
        {
            "start": 817242420,
            "stop": 817242723
        },
        {
            "start": 817242726,
            "stop": 817242909
        },
        {
            "start": 817242912,
            "stop": 817243248
        },
        {
            "start": 817244277,
            "stop": 817244566
        },
        {
            "start": 817244686,
            "stop": 817244760
        },
        {
            "start": 817244820,
            "stop": 817244880
        },
        {
            "start": 817244940,
            "stop": 817245180
        },
        {
            "start": 817245240,
            "stop": 817245300
        },
        {
            "start": 817245360,
            "stop": 817245477
        },
        {
            "start": 817245480,
            "stop": 817245707
        },
        {
            "start": 817245710,
            "stop": 817245937
        },
        {
            "start": 817247901,
            "stop": 817248120
        },
        {
            "start": 817248180,
            "stop": 817248194
        },
        {
            "start": 817248197,
            "stop": 817248420
        },
        {
            "start": 817248480,
            "stop": 817248780
        },
        {
            "start": 817248840,
            "stop": 817248900
        },
        {
            "start": 817248960,
            "stop": 817248963
        }
    ]
}