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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=149",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 150,
    "results": [
        {
            "start": 931403401,
            "stop": 931403409
        },
        {
            "start": 931403411,
            "stop": 931403414
        },
        {
            "start": 931403416,
            "stop": 931403418
        },
        {
            "start": 931403421,
            "stop": 931403423
        },
        {
            "start": 931403428,
            "stop": 931403431
        },
        {
            "start": 931403433,
            "stop": 931403435
        },
        {
            "start": 931418992,
            "stop": 931418996
        },
        {
            "start": 931418998,
            "stop": 931419001
        },
        {
            "start": 931419006,
            "stop": 931419007
        },
        {
            "start": 931419012,
            "stop": 931419017
        },
        {
            "start": 931419019,
            "stop": 931419020
        },
        {
            "start": 931419022,
            "stop": 931419025
        },
        {
            "start": 931419027,
            "stop": 931419028
        },
        {
            "start": 931419030,
            "stop": 931419039
        },
        {
            "start": 931419042,
            "stop": 931419044
        },
        {
            "start": 931419048,
            "stop": 931419053
        },
        {
            "start": 931419055,
            "stop": 931419065
        },
        {
            "start": 931419067,
            "stop": 931419071
        },
        {
            "start": 931419073,
            "stop": 931419074
        },
        {
            "start": 931419076,
            "stop": 931419079
        }
    ]
}