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=4816
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=4817",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4815",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4816,
    "results": [
        {
            "start": 970997190,
            "stop": 970997475
        },
        {
            "start": 970997478,
            "stop": 970998483
        },
        {
            "start": 970998486,
            "stop": 970999584
        },
        {
            "start": 970999586,
            "stop": 970999606
        },
        {
            "start": 970999609,
            "stop": 971000053
        },
        {
            "start": 971000056,
            "stop": 971000347
        },
        {
            "start": 971000350,
            "stop": 971001898
        },
        {
            "start": 971001902,
            "stop": 971001967
        },
        {
            "start": 971001984,
            "stop": 971002935
        },
        {
            "start": 971002940,
            "stop": 971003952
        },
        {
            "start": 971003955,
            "stop": 971005037
        },
        {
            "start": 971005040,
            "stop": 971005794
        },
        {
            "start": 971005797,
            "stop": 971006223
        },
        {
            "start": 971006226,
            "stop": 971007800
        },
        {
            "start": 971007803,
            "stop": 971008132
        },
        {
            "start": 971008135,
            "stop": 971008337
        },
        {
            "start": 971008340,
            "stop": 971009276
        },
        {
            "start": 971009279,
            "stop": 971009691
        },
        {
            "start": 971009694,
            "stop": 971010015
        },
        {
            "start": 971010018,
            "stop": 971010362
        }
    ]
}