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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3868",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3869,
    "results": [
        {
            "start": 873866327,
            "stop": 873866329
        },
        {
            "start": 873866333,
            "stop": 873866358
        },
        {
            "start": 873866363,
            "stop": 873866370
        },
        {
            "start": 873866375,
            "stop": 873866507
        },
        {
            "start": 873866511,
            "stop": 873866841
        },
        {
            "start": 873866844,
            "stop": 873866975
        },
        {
            "start": 873866978,
            "stop": 873866992
        },
        {
            "start": 873866999,
            "stop": 873867010
        },
        {
            "start": 873867014,
            "stop": 873867019
        },
        {
            "start": 873867025,
            "stop": 873867046
        },
        {
            "start": 873867051,
            "stop": 873867131
        },
        {
            "start": 873867135,
            "stop": 873867193
        },
        {
            "start": 873867204,
            "stop": 873867209
        },
        {
            "start": 873867213,
            "stop": 873867228
        },
        {
            "start": 873867232,
            "stop": 873867392
        },
        {
            "start": 873867403,
            "stop": 873867406
        },
        {
            "start": 873867409,
            "stop": 873867427
        },
        {
            "start": 873867430,
            "stop": 873867437
        },
        {
            "start": 873867440,
            "stop": 873867442
        },
        {
            "start": 873867446,
            "stop": 873867448
        }
    ]
}