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=9933
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=9934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9932",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9933,
    "results": [
        {
            "start": 870935064,
            "stop": 870935160
        },
        {
            "start": 870935460,
            "stop": 870935520
        },
        {
            "start": 870935647,
            "stop": 870935834
        },
        {
            "start": 870935842,
            "stop": 870936071
        },
        {
            "start": 870936078,
            "stop": 870936255
        },
        {
            "start": 870936291,
            "stop": 870936337
        },
        {
            "start": 870936345,
            "stop": 870936504
        },
        {
            "start": 870936512,
            "stop": 870936517
        },
        {
            "start": 870936525,
            "stop": 870936625
        },
        {
            "start": 870936662,
            "stop": 870936691
        },
        {
            "start": 870936698,
            "stop": 870936720
        },
        {
            "start": 870936780,
            "stop": 870936917
        },
        {
            "start": 870936924,
            "stop": 870937048
        },
        {
            "start": 870937200,
            "stop": 870937251
        },
        {
            "start": 870937287,
            "stop": 870937421
        },
        {
            "start": 870937428,
            "stop": 870937500
        },
        {
            "start": 870937620,
            "stop": 870937627
        },
        {
            "start": 870937773,
            "stop": 870937784
        },
        {
            "start": 870937878,
            "stop": 870937893
        },
        {
            "start": 870937901,
            "stop": 870937907
        }
    ]
}