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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=171",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 172,
    "results": [
        {
            "start": 866138631,
            "stop": 866160823
        },
        {
            "start": 866161105,
            "stop": 866164917
        },
        {
            "start": 866165162,
            "stop": 866166135
        },
        {
            "start": 866166318,
            "stop": 866166509
        },
        {
            "start": 866166769,
            "stop": 866168696
        },
        {
            "start": 866169728,
            "stop": 866169982
        },
        {
            "start": 866170939,
            "stop": 866172785
        },
        {
            "start": 866173757,
            "stop": 866190186
        },
        {
            "start": 866190305,
            "stop": 866193131
        },
        {
            "start": 866193334,
            "stop": 866222583
        },
        {
            "start": 866223748,
            "stop": 866223860
        },
        {
            "start": 866224786,
            "stop": 866231955
        },
        {
            "start": 866232125,
            "stop": 866240128
        },
        {
            "start": 866240214,
            "stop": 866241588
        },
        {
            "start": 866245277,
            "stop": 866257174
        },
        {
            "start": 866257430,
            "stop": 866300414
        },
        {
            "start": 866322994,
            "stop": 866325523
        },
        {
            "start": 866325596,
            "stop": 866333497
        },
        {
            "start": 866333864,
            "stop": 866353506
        },
        {
            "start": 866354651,
            "stop": 866382203
        }
    ]
}