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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5124",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5125,
    "results": [
        {
            "start": 873524284,
            "stop": 873524339
        },
        {
            "start": 873524375,
            "stop": 873525156
        },
        {
            "start": 873525173,
            "stop": 873525780
        },
        {
            "start": 873525986,
            "stop": 873526089
        },
        {
            "start": 873526124,
            "stop": 873526132
        },
        {
            "start": 873527610,
            "stop": 873528900
        },
        {
            "start": 873528960,
            "stop": 873529711
        },
        {
            "start": 873529728,
            "stop": 873531389
        },
        {
            "start": 873531396,
            "stop": 873531524
        },
        {
            "start": 873531658,
            "stop": 873531882
        },
        {
            "start": 873531899,
            "stop": 873532152
        },
        {
            "start": 873532608,
            "stop": 873533210
        },
        {
            "start": 873533247,
            "stop": 873533376
        },
        {
            "start": 873533413,
            "stop": 873534090
        },
        {
            "start": 873534987,
            "stop": 873536228
        },
        {
            "start": 873536245,
            "stop": 873537536
        },
        {
            "start": 873537716,
            "stop": 873538452
        },
        {
            "start": 873538469,
            "stop": 873539067
        },
        {
            "start": 873539110,
            "stop": 873539162
        },
        {
            "start": 873539198,
            "stop": 873540606
        }
    ]
}