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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5112",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5113,
    "results": [
        {
            "start": 874675562,
            "stop": 874675601
        },
        {
            "start": 874675608,
            "stop": 874675654
        },
        {
            "start": 874675661,
            "stop": 874675723
        },
        {
            "start": 874675730,
            "stop": 874675941
        },
        {
            "start": 874675949,
            "stop": 874675973
        },
        {
            "start": 874675980,
            "stop": 874676038
        },
        {
            "start": 874676046,
            "stop": 874676103
        },
        {
            "start": 874676110,
            "stop": 874676161
        },
        {
            "start": 874676169,
            "stop": 874676194
        },
        {
            "start": 874676201,
            "stop": 874676242
        },
        {
            "start": 874676249,
            "stop": 874676338
        },
        {
            "start": 874676345,
            "stop": 874676361
        },
        {
            "start": 874676368,
            "stop": 874676455
        },
        {
            "start": 874676462,
            "stop": 874676530
        },
        {
            "start": 874676537,
            "stop": 874676563
        },
        {
            "start": 874676570,
            "stop": 874676599
        },
        {
            "start": 874676606,
            "stop": 874676751
        },
        {
            "start": 874676760,
            "stop": 874676804
        },
        {
            "start": 874676811,
            "stop": 874677060
        },
        {
            "start": 874677067,
            "stop": 874677104
        }
    ]
}