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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=292",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 293,
    "results": [
        {
            "start": 818347081,
            "stop": 818347266
        },
        {
            "start": 818347523,
            "stop": 818347541
        },
        {
            "start": 818347567,
            "stop": 818347596
        },
        {
            "start": 818360206,
            "stop": 818360329
        },
        {
            "start": 818360361,
            "stop": 818360365
        },
        {
            "start": 818360389,
            "stop": 818360393
        },
        {
            "start": 818360413,
            "stop": 818360524
        },
        {
            "start": 818360566,
            "stop": 818360693
        },
        {
            "start": 818360714,
            "stop": 818360738
        },
        {
            "start": 818360781,
            "stop": 818360830
        },
        {
            "start": 818360864,
            "stop": 818360991
        },
        {
            "start": 818361013,
            "stop": 818361117
        },
        {
            "start": 818361155,
            "stop": 818361180
        },
        {
            "start": 818361219,
            "stop": 818361232
        },
        {
            "start": 818361254,
            "stop": 818361259
        },
        {
            "start": 818361299,
            "stop": 818361308
        },
        {
            "start": 818361331,
            "stop": 818361334
        },
        {
            "start": 818361376,
            "stop": 818361380
        },
        {
            "start": 818361400,
            "stop": 818361401
        },
        {
            "start": 818361430,
            "stop": 818361484
        }
    ]
}