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=5097
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=5098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5096",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5097,
    "results": [
        {
            "start": 874674041,
            "stop": 874674144
        },
        {
            "start": 874674164,
            "stop": 874674191
        },
        {
            "start": 874674210,
            "stop": 874674214
        },
        {
            "start": 874674233,
            "stop": 874674248
        },
        {
            "start": 874674267,
            "stop": 874674434
        },
        {
            "start": 874674453,
            "stop": 874674582
        },
        {
            "start": 874674601,
            "stop": 874674630
        },
        {
            "start": 874674649,
            "stop": 874674735
        },
        {
            "start": 874674757,
            "stop": 874674797
        },
        {
            "start": 874674816,
            "stop": 874674839
        },
        {
            "start": 874674859,
            "stop": 874674901
        },
        {
            "start": 874674921,
            "stop": 874675247
        },
        {
            "start": 874675266,
            "stop": 874675369
        },
        {
            "start": 874675408,
            "stop": 874675464
        },
        {
            "start": 874675499,
            "stop": 874675513
        },
        {
            "start": 874675532,
            "stop": 874675549
        },
        {
            "start": 874675568,
            "stop": 874675595
        },
        {
            "start": 874675614,
            "stop": 874675648
        },
        {
            "start": 874675667,
            "stop": 874675717
        },
        {
            "start": 874675736,
            "stop": 874675935
        }
    ]
}