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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8193",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8194,
    "results": [
        {
            "start": 971389441,
            "stop": 971389794
        },
        {
            "start": 971389797,
            "stop": 971390758
        },
        {
            "start": 971390764,
            "stop": 971390907
        },
        {
            "start": 971390910,
            "stop": 971391120
        },
        {
            "start": 971391123,
            "stop": 971392329
        },
        {
            "start": 971392347,
            "stop": 971394031
        },
        {
            "start": 971394034,
            "stop": 971394585
        },
        {
            "start": 971394588,
            "stop": 971395725
        },
        {
            "start": 971395728,
            "stop": 971396783
        },
        {
            "start": 971396786,
            "stop": 971396857
        },
        {
            "start": 971396860,
            "stop": 971397589
        },
        {
            "start": 971397592,
            "stop": 971397888
        },
        {
            "start": 971397891,
            "stop": 971398730
        },
        {
            "start": 971398733,
            "stop": 971399354
        },
        {
            "start": 971399357,
            "stop": 971400065
        },
        {
            "start": 971400067,
            "stop": 971400522
        },
        {
            "start": 971400525,
            "stop": 971402099
        },
        {
            "start": 971402102,
            "stop": 971402209
        },
        {
            "start": 971402212,
            "stop": 971403196
        },
        {
            "start": 971403436,
            "stop": 971404759
        }
    ]
}