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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=349",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 350,
    "results": [
        {
            "start": 818824353,
            "stop": 818824368
        },
        {
            "start": 818824524,
            "stop": 818824546
        },
        {
            "start": 818824573,
            "stop": 818824598
        },
        {
            "start": 818824629,
            "stop": 818824632
        },
        {
            "start": 818824651,
            "stop": 818824654
        },
        {
            "start": 818824683,
            "stop": 818824726
        },
        {
            "start": 818824900,
            "stop": 818824976
        },
        {
            "start": 818825182,
            "stop": 818825280
        },
        {
            "start": 818825331,
            "stop": 818825333
        },
        {
            "start": 818825439,
            "stop": 818825450
        },
        {
            "start": 818825471,
            "stop": 818825519
        },
        {
            "start": 818825539,
            "stop": 818825565
        },
        {
            "start": 818825600,
            "stop": 818825633
        },
        {
            "start": 818825674,
            "stop": 818825678
        },
        {
            "start": 818825698,
            "stop": 818825709
        },
        {
            "start": 818825730,
            "stop": 818825732
        },
        {
            "start": 818825752,
            "stop": 818825758
        },
        {
            "start": 818825799,
            "stop": 818825808
        },
        {
            "start": 818825877,
            "stop": 818825932
        },
        {
            "start": 818825977,
            "stop": 818825995
        }
    ]
}