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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10107",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10108,
    "results": [
        {
            "start": 873394177,
            "stop": 873394218
        },
        {
            "start": 873394254,
            "stop": 873394282
        },
        {
            "start": 873394316,
            "stop": 873394401
        },
        {
            "start": 873394435,
            "stop": 873394522
        },
        {
            "start": 873394529,
            "stop": 873394546
        },
        {
            "start": 873394554,
            "stop": 873394670
        },
        {
            "start": 873394809,
            "stop": 873394858
        },
        {
            "start": 873394894,
            "stop": 873395000
        },
        {
            "start": 873395008,
            "stop": 873395061
        },
        {
            "start": 873395069,
            "stop": 873395218
        },
        {
            "start": 873395225,
            "stop": 873395350
        },
        {
            "start": 873395415,
            "stop": 873395449
        },
        {
            "start": 873395456,
            "stop": 873395505
        },
        {
            "start": 873395580,
            "stop": 873395606
        },
        {
            "start": 873395669,
            "stop": 873395703
        },
        {
            "start": 873395823,
            "stop": 873396145
        },
        {
            "start": 873396190,
            "stop": 873396227
        },
        {
            "start": 873396312,
            "stop": 873396352
        },
        {
            "start": 873396359,
            "stop": 873396386
        },
        {
            "start": 873396394,
            "stop": 873396399
        }
    ]
}