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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4729",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4727",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4728,
    "results": [
        {
            "start": 970045844,
            "stop": 970045857
        },
        {
            "start": 970045860,
            "stop": 970045950
        },
        {
            "start": 970045953,
            "stop": 970045995
        },
        {
            "start": 970045998,
            "stop": 970046085
        },
        {
            "start": 970046088,
            "stop": 970046267
        },
        {
            "start": 970046270,
            "stop": 970046272
        },
        {
            "start": 970046275,
            "stop": 970046401
        },
        {
            "start": 970046404,
            "stop": 970046631
        },
        {
            "start": 970046634,
            "stop": 970046808
        },
        {
            "start": 970046811,
            "stop": 970047295
        },
        {
            "start": 970047298,
            "stop": 970047436
        },
        {
            "start": 970047439,
            "stop": 970047669
        },
        {
            "start": 970047674,
            "stop": 970047699
        },
        {
            "start": 970047702,
            "stop": 970048059
        },
        {
            "start": 970048062,
            "stop": 970048288
        },
        {
            "start": 970048830,
            "stop": 970049003
        },
        {
            "start": 970049006,
            "stop": 970049328
        },
        {
            "start": 970049331,
            "stop": 970049508
        },
        {
            "start": 970049511,
            "stop": 970049687
        },
        {
            "start": 970049690,
            "stop": 970049973
        }
    ]
}