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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7630",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7628",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7629,
    "results": [
        {
            "start": 970850041,
            "stop": 970850055
        },
        {
            "start": 970850058,
            "stop": 970850069
        },
        {
            "start": 970850072,
            "stop": 970850075
        },
        {
            "start": 970850078,
            "stop": 970850116
        },
        {
            "start": 970850181,
            "stop": 970850208
        },
        {
            "start": 970850214,
            "stop": 970850385
        },
        {
            "start": 970850388,
            "stop": 970850583
        },
        {
            "start": 970850586,
            "stop": 970850639
        },
        {
            "start": 970850642,
            "stop": 970850810
        },
        {
            "start": 970850814,
            "stop": 970850833
        },
        {
            "start": 970850836,
            "stop": 970850840
        },
        {
            "start": 970850843,
            "stop": 970850844
        },
        {
            "start": 970850845,
            "stop": 970850876
        },
        {
            "start": 970850879,
            "stop": 970850884
        },
        {
            "start": 970850887,
            "stop": 970850891
        },
        {
            "start": 970850894,
            "stop": 970850896
        },
        {
            "start": 970851076,
            "stop": 970851168
        },
        {
            "start": 970851171,
            "stop": 970851192
        },
        {
            "start": 970851195,
            "stop": 970851422
        },
        {
            "start": 970851427,
            "stop": 970851453
        }
    ]
}