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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=155",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 156,
    "results": [
        {
            "start": 932853987,
            "stop": 932853990
        },
        {
            "start": 932854043,
            "stop": 932854075
        },
        {
            "start": 932854105,
            "stop": 932854118
        },
        {
            "start": 932854137,
            "stop": 932854244
        },
        {
            "start": 932854290,
            "stop": 932854320
        },
        {
            "start": 932854347,
            "stop": 932854410
        },
        {
            "start": 932854429,
            "stop": 932854455
        },
        {
            "start": 932854484,
            "stop": 932854528
        },
        {
            "start": 932854539,
            "stop": 932854555
        },
        {
            "start": 932854565,
            "stop": 932854598
        },
        {
            "start": 932854603,
            "stop": 932854606
        },
        {
            "start": 932854611,
            "stop": 932854623
        },
        {
            "start": 932854628,
            "stop": 932854629
        },
        {
            "start": 932854631,
            "stop": 932854689
        },
        {
            "start": 932854773,
            "stop": 932854831
        },
        {
            "start": 932854833,
            "stop": 932854859
        },
        {
            "start": 932854892,
            "stop": 932854911
        },
        {
            "start": 932854917,
            "stop": 932854919
        },
        {
            "start": 932854924,
            "stop": 932854938
        },
        {
            "start": 932854939,
            "stop": 932854941
        }
    ]
}