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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5294",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5295,
    "results": [
        {
            "start": 875061320,
            "stop": 875062672
        },
        {
            "start": 875062689,
            "stop": 875062736
        },
        {
            "start": 875062772,
            "stop": 875062990
        },
        {
            "start": 875063026,
            "stop": 875064625
        },
        {
            "start": 875064708,
            "stop": 875064725
        },
        {
            "start": 875064799,
            "stop": 875064886
        },
        {
            "start": 875064922,
            "stop": 875068228
        },
        {
            "start": 875068264,
            "stop": 875070478
        },
        {
            "start": 875070495,
            "stop": 875071398
        },
        {
            "start": 875071434,
            "stop": 875073196
        },
        {
            "start": 875073213,
            "stop": 875073369
        },
        {
            "start": 875073405,
            "stop": 875077784
        },
        {
            "start": 875077820,
            "stop": 875077828
        },
        {
            "start": 875077864,
            "stop": 875078456
        },
        {
            "start": 875078492,
            "stop": 875078795
        },
        {
            "start": 875078812,
            "stop": 875078857
        },
        {
            "start": 875078994,
            "stop": 875079535
        },
        {
            "start": 875079607,
            "stop": 875080028
        },
        {
            "start": 875080064,
            "stop": 875080146
        },
        {
            "start": 875080221,
            "stop": 875080519
        }
    ]
}