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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=374",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 375,
    "results": [
        {
            "start": 825705070,
            "stop": 825705688
        },
        {
            "start": 825705695,
            "stop": 825706924
        },
        {
            "start": 825706931,
            "stop": 825707030
        },
        {
            "start": 825707170,
            "stop": 825707270
        },
        {
            "start": 825707350,
            "stop": 825707940
        },
        {
            "start": 825708130,
            "stop": 825708170
        },
        {
            "start": 825708250,
            "stop": 825708990
        },
        {
            "start": 825708997,
            "stop": 825710090
        },
        {
            "start": 825710230,
            "stop": 825710303
        },
        {
            "start": 825710311,
            "stop": 825710630
        },
        {
            "start": 825710710,
            "stop": 825711340
        },
        {
            "start": 825711867,
            "stop": 825712015
        },
        {
            "start": 825712488,
            "stop": 825713999
        },
        {
            "start": 825714028,
            "stop": 825714043
        },
        {
            "start": 825714105,
            "stop": 825714410
        },
        {
            "start": 825714490,
            "stop": 825714830
        },
        {
            "start": 825714910,
            "stop": 825719679
        },
        {
            "start": 825719690,
            "stop": 825720193
        },
        {
            "start": 825720224,
            "stop": 825720225
        },
        {
            "start": 825720346,
            "stop": 825721310
        }
    ]
}