Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=186
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=185",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 186,
    "results": [
        {
            "start": 931574845,
            "stop": 931574846
        },
        {
            "start": 931574848,
            "stop": 931574878
        },
        {
            "start": 931574880,
            "stop": 931574891
        },
        {
            "start": 931574895,
            "stop": 931574897
        },
        {
            "start": 931574899,
            "stop": 931574902
        },
        {
            "start": 931574903,
            "stop": 931574913
        },
        {
            "start": 931574927,
            "stop": 931574928
        },
        {
            "start": 931574930,
            "stop": 931574935
        },
        {
            "start": 931574937,
            "stop": 931574946
        },
        {
            "start": 931574951,
            "stop": 931574956
        },
        {
            "start": 931574968,
            "stop": 931574971
        },
        {
            "start": 931574973,
            "stop": 931574976
        },
        {
            "start": 931574978,
            "stop": 931574995
        },
        {
            "start": 931575017,
            "stop": 931575022
        },
        {
            "start": 931575025,
            "stop": 931575043
        },
        {
            "start": 931575045,
            "stop": 931575049
        },
        {
            "start": 931575051,
            "stop": 931575058
        },
        {
            "start": 931575059,
            "stop": 931575061
        },
        {
            "start": 931575064,
            "stop": 931575066
        },
        {
            "start": 931575067,
            "stop": 931575086
        }
    ]
}