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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=126",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 127,
    "results": [
        {
            "start": 818295726,
            "stop": 818295852
        },
        {
            "start": 818295869,
            "stop": 818295879
        },
        {
            "start": 818295897,
            "stop": 818318312
        },
        {
            "start": 818318315,
            "stop": 818322171
        },
        {
            "start": 818323797,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326197
        },
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818338642
        },
        {
            "start": 818339647,
            "stop": 818342836
        },
        {
            "start": 818344969,
            "stop": 818345376
        },
        {
            "start": 818345966,
            "stop": 818346476
        },
        {
            "start": 818348535,
            "stop": 818348664
        },
        {
            "start": 818348668,
            "stop": 818349007
        },
        {
            "start": 818349024,
            "stop": 818351923
        },
        {
            "start": 818354602,
            "stop": 818356290
        },
        {
            "start": 818356625,
            "stop": 818357121
        },
        {
            "start": 818357138,
            "stop": 818357321
        },
        {
            "start": 818357721,
            "stop": 818363740
        },
        {
            "start": 818363758,
            "stop": 818365651
        },
        {
            "start": 818365668,
            "stop": 818365809
        }
    ]
}