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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=126",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 127,
    "results": [
        {
            "start": 816767657,
            "stop": 816767658
        },
        {
            "start": 816767687,
            "stop": 816767696
        },
        {
            "start": 816767700,
            "stop": 816767777
        },
        {
            "start": 816767781,
            "stop": 816767784
        },
        {
            "start": 816767789,
            "stop": 816767791
        },
        {
            "start": 816767796,
            "stop": 816767855
        },
        {
            "start": 816767860,
            "stop": 816767863
        },
        {
            "start": 816767866,
            "stop": 816768003
        },
        {
            "start": 816768007,
            "stop": 816768013
        },
        {
            "start": 816768022,
            "stop": 816768026
        },
        {
            "start": 816768033,
            "stop": 816768034
        },
        {
            "start": 816768044,
            "stop": 816768048
        },
        {
            "start": 816768052,
            "stop": 816768058
        },
        {
            "start": 816768069,
            "stop": 816768074
        },
        {
            "start": 816768086,
            "stop": 816768092
        },
        {
            "start": 816768107,
            "stop": 816768119
        },
        {
            "start": 816768123,
            "stop": 816768200
        },
        {
            "start": 816768206,
            "stop": 816768291
        },
        {
            "start": 816768329,
            "stop": 816768371
        },
        {
            "start": 816768400,
            "stop": 816768408
        }
    ]
}