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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=421",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 422,
    "results": [
        {
            "start": 866166437,
            "stop": 866166509
        },
        {
            "start": 866166770,
            "stop": 866166800
        },
        {
            "start": 866166809,
            "stop": 866166839
        },
        {
            "start": 866166848,
            "stop": 866166897
        },
        {
            "start": 866166901,
            "stop": 866166950
        },
        {
            "start": 866166954,
            "stop": 866166984
        },
        {
            "start": 866166987,
            "stop": 866167031
        },
        {
            "start": 866167035,
            "stop": 866167084
        },
        {
            "start": 866167088,
            "stop": 866167143
        },
        {
            "start": 866167146,
            "stop": 866167179
        },
        {
            "start": 866167183,
            "stop": 866167189
        },
        {
            "start": 866167192,
            "stop": 866167213
        },
        {
            "start": 866167217,
            "stop": 866167222
        },
        {
            "start": 866167227,
            "stop": 866167371
        },
        {
            "start": 866167375,
            "stop": 866167568
        },
        {
            "start": 866167576,
            "stop": 866167796
        },
        {
            "start": 866167800,
            "stop": 866167834
        },
        {
            "start": 866167839,
            "stop": 866167844
        },
        {
            "start": 866167849,
            "stop": 866167854
        },
        {
            "start": 866167858,
            "stop": 866167868
        }
    ]
}