Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=262",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 263,
    "results": [
        {
            "start": 934470255,
            "stop": 934472214
        },
        {
            "start": 934472219,
            "stop": 934472253
        },
        {
            "start": 934472256,
            "stop": 934473615
        },
        {
            "start": 934473855,
            "stop": 934475570
        },
        {
            "start": 934475573,
            "stop": 934476605
        },
        {
            "start": 934476607,
            "stop": 934476800
        },
        {
            "start": 934476802,
            "stop": 934477215
        },
        {
            "start": 934477455,
            "stop": 934477475
        },
        {
            "start": 934477477,
            "stop": 934477877
        },
        {
            "start": 934477879,
            "stop": 934478376
        },
        {
            "start": 934478379,
            "stop": 934479277
        },
        {
            "start": 934479279,
            "stop": 934479397
        },
        {
            "start": 934479399,
            "stop": 934479412
        },
        {
            "start": 934479414,
            "stop": 934479441
        },
        {
            "start": 934479444,
            "stop": 934479456
        },
        {
            "start": 934479459,
            "stop": 934480024
        },
        {
            "start": 934488006,
            "stop": 934488015
        },
        {
            "start": 934488255,
            "stop": 934488609
        },
        {
            "start": 934488612,
            "stop": 934489614
        },
        {
            "start": 934489616,
            "stop": 934489777
        }
    ]
}