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=8158
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=8159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8157",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8158,
    "results": [
        {
            "start": 970990934,
            "stop": 970991111
        },
        {
            "start": 970991118,
            "stop": 970991138
        },
        {
            "start": 970991141,
            "stop": 970991160
        },
        {
            "start": 970991163,
            "stop": 970991237
        },
        {
            "start": 970991240,
            "stop": 970991243
        },
        {
            "start": 970991246,
            "stop": 970991266
        },
        {
            "start": 970991272,
            "stop": 970991276
        },
        {
            "start": 970991279,
            "stop": 970991367
        },
        {
            "start": 970991370,
            "stop": 970991535
        },
        {
            "start": 970991538,
            "stop": 970991675
        },
        {
            "start": 970991678,
            "stop": 970991794
        },
        {
            "start": 970991797,
            "stop": 970991847
        },
        {
            "start": 970991850,
            "stop": 970991855
        },
        {
            "start": 970991858,
            "stop": 970991890
        },
        {
            "start": 970991893,
            "stop": 970991915
        },
        {
            "start": 970991918,
            "stop": 970991932
        },
        {
            "start": 970991935,
            "stop": 970992015
        },
        {
            "start": 970992018,
            "stop": 970992245
        },
        {
            "start": 970992248,
            "stop": 970992258
        },
        {
            "start": 970992261,
            "stop": 970992394
        }
    ]
}