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=5077
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=5078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5076",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5077,
    "results": [
        {
            "start": 874634323,
            "stop": 874634353
        },
        {
            "start": 874634372,
            "stop": 874634408
        },
        {
            "start": 874634427,
            "stop": 874634439
        },
        {
            "start": 874634458,
            "stop": 874634553
        },
        {
            "start": 874634572,
            "stop": 874634694
        },
        {
            "start": 874634820,
            "stop": 874634833
        },
        {
            "start": 874634907,
            "stop": 874634947
        },
        {
            "start": 874634985,
            "stop": 874635122
        },
        {
            "start": 874635144,
            "stop": 874635208
        },
        {
            "start": 874635227,
            "stop": 874635233
        },
        {
            "start": 874635266,
            "stop": 874635271
        },
        {
            "start": 874635297,
            "stop": 874635327
        },
        {
            "start": 874635346,
            "stop": 874635404
        },
        {
            "start": 874635423,
            "stop": 874635467
        },
        {
            "start": 874635487,
            "stop": 874635500
        },
        {
            "start": 874635519,
            "stop": 874635569
        },
        {
            "start": 874635589,
            "stop": 874635600
        },
        {
            "start": 874635632,
            "stop": 874635633
        },
        {
            "start": 874635656,
            "stop": 874635675
        },
        {
            "start": 874635695,
            "stop": 874635911
        }
    ]
}