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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5134",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5135,
    "results": [
        {
            "start": 874741615,
            "stop": 874741624
        },
        {
            "start": 874741644,
            "stop": 874741764
        },
        {
            "start": 874741784,
            "stop": 874741838
        },
        {
            "start": 874741857,
            "stop": 874741869
        },
        {
            "start": 874741888,
            "stop": 874742040
        },
        {
            "start": 874742059,
            "stop": 874742107
        },
        {
            "start": 874742132,
            "stop": 874742144
        },
        {
            "start": 874742163,
            "stop": 874742248
        },
        {
            "start": 874742273,
            "stop": 874742281
        },
        {
            "start": 874742301,
            "stop": 874742329
        },
        {
            "start": 874742366,
            "stop": 874742388
        },
        {
            "start": 874742412,
            "stop": 874742545
        },
        {
            "start": 874742564,
            "stop": 874742753
        },
        {
            "start": 874742773,
            "stop": 874742913
        },
        {
            "start": 874742937,
            "stop": 874743041
        },
        {
            "start": 874743086,
            "stop": 874743182
        },
        {
            "start": 874743201,
            "stop": 874743270
        },
        {
            "start": 874743289,
            "stop": 874743441
        },
        {
            "start": 874743473,
            "stop": 874743526
        },
        {
            "start": 874743545,
            "stop": 874743643
        }
    ]
}