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=7924
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=7925",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7923",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7924,
    "results": [
        {
            "start": 970000536,
            "stop": 970000538
        },
        {
            "start": 970000542,
            "stop": 970000543
        },
        {
            "start": 970000546,
            "stop": 970000586
        },
        {
            "start": 970000590,
            "stop": 970000595
        },
        {
            "start": 970000598,
            "stop": 970000610
        },
        {
            "start": 970000615,
            "stop": 970000651
        },
        {
            "start": 970000654,
            "stop": 970000742
        },
        {
            "start": 970000745,
            "stop": 970000807
        },
        {
            "start": 970000810,
            "stop": 970000879
        },
        {
            "start": 970000882,
            "stop": 970000955
        },
        {
            "start": 970000958,
            "stop": 970000984
        },
        {
            "start": 970000987,
            "stop": 970001012
        },
        {
            "start": 970001020,
            "stop": 970001024
        },
        {
            "start": 970001027,
            "stop": 970001049
        },
        {
            "start": 970001052,
            "stop": 970001087
        },
        {
            "start": 970001090,
            "stop": 970001115
        },
        {
            "start": 970001122,
            "stop": 970001127
        },
        {
            "start": 970001133,
            "stop": 970001134
        },
        {
            "start": 970001137,
            "stop": 970001157
        },
        {
            "start": 970001162,
            "stop": 970001493
        }
    ]
}