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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=197",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 198,
    "results": [
        {
            "start": 842221965,
            "stop": 842246473
        },
        {
            "start": 842248993,
            "stop": 842253013
        },
        {
            "start": 842253021,
            "stop": 842253022
        },
        {
            "start": 842254920,
            "stop": 842266333
        },
        {
            "start": 842266351,
            "stop": 842266353
        },
        {
            "start": 842266661,
            "stop": 842269933
        },
        {
            "start": 842269943,
            "stop": 842269944
        },
        {
            "start": 842274163,
            "stop": 842286298
        },
        {
            "start": 842286853,
            "stop": 842308803
        },
        {
            "start": 842309671,
            "stop": 842316427
        },
        {
            "start": 842316539,
            "stop": 842341271
        },
        {
            "start": 842344394,
            "stop": 842354173
        },
        {
            "start": 842358598,
            "stop": 842370782
        },
        {
            "start": 842371236,
            "stop": 842393289
        },
        {
            "start": 842398827,
            "stop": 842417953
        },
        {
            "start": 842418313,
            "stop": 842418373
        },
        {
            "start": 842418402,
            "stop": 842418403
        },
        {
            "start": 842418819,
            "stop": 842419513
        },
        {
            "start": 842419529,
            "stop": 842419530
        },
        {
            "start": 842419731,
            "stop": 842425033
        }
    ]
}