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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5104",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5105,
    "results": [
        {
            "start": 873388351,
            "stop": 873389880
        },
        {
            "start": 873389887,
            "stop": 873390147
        },
        {
            "start": 873390155,
            "stop": 873390287
        },
        {
            "start": 873393940,
            "stop": 873393942
        },
        {
            "start": 873393982,
            "stop": 873394040
        },
        {
            "start": 873394047,
            "stop": 873394072
        },
        {
            "start": 873394106,
            "stop": 873394133
        },
        {
            "start": 873394177,
            "stop": 873394218
        },
        {
            "start": 873394254,
            "stop": 873394282
        },
        {
            "start": 873394316,
            "stop": 873394401
        },
        {
            "start": 873394435,
            "stop": 873394522
        },
        {
            "start": 873394529,
            "stop": 873394546
        },
        {
            "start": 873394554,
            "stop": 873394760
        },
        {
            "start": 873394768,
            "stop": 873394781
        },
        {
            "start": 873394788,
            "stop": 873394858
        },
        {
            "start": 873394894,
            "stop": 873395000
        },
        {
            "start": 873395008,
            "stop": 873395061
        },
        {
            "start": 873395069,
            "stop": 873395218
        },
        {
            "start": 873395225,
            "stop": 873395350
        },
        {
            "start": 873395415,
            "stop": 873395449
        }
    ]
}