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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5233",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5234,
    "results": [
        {
            "start": 970045327,
            "stop": 970045336
        },
        {
            "start": 970045339,
            "stop": 970045491
        },
        {
            "start": 970045494,
            "stop": 970045741
        },
        {
            "start": 970045744,
            "stop": 970045755
        },
        {
            "start": 970045758,
            "stop": 970045777
        },
        {
            "start": 970045780,
            "stop": 970045841
        },
        {
            "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
        }
    ]
}