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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=193",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 194,
    "results": [
        {
            "start": 820208319,
            "stop": 820208358
        },
        {
            "start": 820208367,
            "stop": 820208402
        },
        {
            "start": 820208410,
            "stop": 820208438
        },
        {
            "start": 820208445,
            "stop": 820208478
        },
        {
            "start": 820208485,
            "stop": 820208494
        },
        {
            "start": 820208502,
            "stop": 820208519
        },
        {
            "start": 820208526,
            "stop": 820208550
        },
        {
            "start": 820208557,
            "stop": 820208624
        },
        {
            "start": 820208805,
            "stop": 820208859
        },
        {
            "start": 820208866,
            "stop": 820208969
        },
        {
            "start": 820208977,
            "stop": 820209110
        },
        {
            "start": 820209117,
            "stop": 820209163
        },
        {
            "start": 820209178,
            "stop": 820209287
        },
        {
            "start": 820209307,
            "stop": 820209310
        },
        {
            "start": 820209317,
            "stop": 820209444
        },
        {
            "start": 820209451,
            "stop": 820209499
        },
        {
            "start": 820209506,
            "stop": 820209555
        },
        {
            "start": 820209562,
            "stop": 820209774
        },
        {
            "start": 820209782,
            "stop": 820209850
        },
        {
            "start": 820209858,
            "stop": 820209864
        }
    ]
}