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=5047
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=5048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5046",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5047,
    "results": [
        {
            "start": 874597538,
            "stop": 874597551
        },
        {
            "start": 874597564,
            "stop": 874597586
        },
        {
            "start": 874597595,
            "stop": 874597617
        },
        {
            "start": 874597627,
            "stop": 874597645
        },
        {
            "start": 874597653,
            "stop": 874597661
        },
        {
            "start": 874597669,
            "stop": 874597673
        },
        {
            "start": 874597680,
            "stop": 874597681
        },
        {
            "start": 874597691,
            "stop": 874597727
        },
        {
            "start": 874597734,
            "stop": 874597752
        },
        {
            "start": 874597768,
            "stop": 874597778
        },
        {
            "start": 874597785,
            "stop": 874597806
        },
        {
            "start": 874597813,
            "stop": 874597824
        },
        {
            "start": 874597835,
            "stop": 874597953
        },
        {
            "start": 874597960,
            "stop": 874597962
        },
        {
            "start": 874597969,
            "stop": 874598066
        },
        {
            "start": 874598078,
            "stop": 874598134
        },
        {
            "start": 874598141,
            "stop": 874598171
        },
        {
            "start": 874598183,
            "stop": 874598322
        },
        {
            "start": 874598331,
            "stop": 874598368
        },
        {
            "start": 874598377,
            "stop": 874598396
        }
    ]
}