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=5179
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=5180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5178",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5179,
    "results": [
        {
            "start": 874765045,
            "stop": 874765053
        },
        {
            "start": 874765061,
            "stop": 874765084
        },
        {
            "start": 874765091,
            "stop": 874765161
        },
        {
            "start": 874765173,
            "stop": 874765189
        },
        {
            "start": 874765197,
            "stop": 874765254
        },
        {
            "start": 874765261,
            "stop": 874765318
        },
        {
            "start": 874765325,
            "stop": 874765329
        },
        {
            "start": 874765341,
            "stop": 874765354
        },
        {
            "start": 874765361,
            "stop": 874765369
        },
        {
            "start": 874765376,
            "stop": 874765399
        },
        {
            "start": 874765406,
            "stop": 874765543
        },
        {
            "start": 874765551,
            "stop": 874765619
        },
        {
            "start": 874765627,
            "stop": 874765711
        },
        {
            "start": 874765718,
            "stop": 874765825
        },
        {
            "start": 874765832,
            "stop": 874765898
        },
        {
            "start": 874765905,
            "stop": 874765920
        },
        {
            "start": 874765927,
            "stop": 874765970
        },
        {
            "start": 874765977,
            "stop": 874766085
        },
        {
            "start": 874766092,
            "stop": 874766109
        },
        {
            "start": 874766116,
            "stop": 874766187
        }
    ]
}