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=5302
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=5303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5301",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5302,
    "results": [
        {
            "start": 875117225,
            "stop": 875117260
        },
        {
            "start": 875117517,
            "stop": 875117524
        },
        {
            "start": 875117592,
            "stop": 875117625
        },
        {
            "start": 875117994,
            "stop": 875118213
        },
        {
            "start": 875118370,
            "stop": 875118527
        },
        {
            "start": 875118575,
            "stop": 875118791
        },
        {
            "start": 875118827,
            "stop": 875118861
        },
        {
            "start": 875118933,
            "stop": 875119020
        },
        {
            "start": 875119080,
            "stop": 875119199
        },
        {
            "start": 875119282,
            "stop": 875119314
        },
        {
            "start": 875119377,
            "stop": 875119441
        },
        {
            "start": 875119502,
            "stop": 875119519
        },
        {
            "start": 875119603,
            "stop": 875119988
        },
        {
            "start": 875120024,
            "stop": 875120041
        },
        {
            "start": 875120077,
            "stop": 875121333
        },
        {
            "start": 875121370,
            "stop": 875121722
        },
        {
            "start": 875121739,
            "stop": 875121908
        },
        {
            "start": 875121944,
            "stop": 875122520
        },
        {
            "start": 875122575,
            "stop": 875122629
        },
        {
            "start": 875122665,
            "stop": 875122673
        }
    ]
}