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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=98",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 99,
    "results": [
        {
            "start": 818053663,
            "stop": 818053667
        },
        {
            "start": 818053671,
            "stop": 818053708
        },
        {
            "start": 818053711,
            "stop": 818053732
        },
        {
            "start": 818053736,
            "stop": 818053740
        },
        {
            "start": 818053743,
            "stop": 818053744
        },
        {
            "start": 818053748,
            "stop": 818053749
        },
        {
            "start": 818053754,
            "stop": 818053778
        },
        {
            "start": 818053781,
            "stop": 818053784
        },
        {
            "start": 818053789,
            "stop": 818053793
        },
        {
            "start": 818053799,
            "stop": 818053806
        },
        {
            "start": 818053809,
            "stop": 818053814
        },
        {
            "start": 818053817,
            "stop": 818053824
        },
        {
            "start": 818053827,
            "stop": 818053829
        },
        {
            "start": 818053840,
            "stop": 818053842
        },
        {
            "start": 818053845,
            "stop": 818053851
        },
        {
            "start": 818053857,
            "stop": 818053858
        },
        {
            "start": 818053861,
            "stop": 818053870
        },
        {
            "start": 818053876,
            "stop": 818053883
        },
        {
            "start": 818053886,
            "stop": 818053891
        },
        {
            "start": 818053894,
            "stop": 818053895
        }
    ]
}