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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=151",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 152,
    "results": [
        {
            "start": 931419352,
            "stop": 931419375
        },
        {
            "start": 931419384,
            "stop": 931419442
        },
        {
            "start": 931419444,
            "stop": 931419454
        },
        {
            "start": 931419456,
            "stop": 931419580
        },
        {
            "start": 931419582,
            "stop": 931419614
        },
        {
            "start": 931419616,
            "stop": 931419643
        },
        {
            "start": 931419645,
            "stop": 931419647
        },
        {
            "start": 931419649,
            "stop": 931419659
        },
        {
            "start": 931419661,
            "stop": 931419667
        },
        {
            "start": 931419669,
            "stop": 931419678
        },
        {
            "start": 931419680,
            "stop": 931419686
        },
        {
            "start": 931419688,
            "stop": 931419710
        },
        {
            "start": 931419712,
            "stop": 931419738
        },
        {
            "start": 931419740,
            "stop": 931419749
        },
        {
            "start": 931419752,
            "stop": 931419761
        },
        {
            "start": 931419763,
            "stop": 931419764
        },
        {
            "start": 931419767,
            "stop": 931419772
        },
        {
            "start": 931419774,
            "stop": 931419785
        },
        {
            "start": 931419787,
            "stop": 931419795
        },
        {
            "start": 931419797,
            "stop": 931419802
        }
    ]
}