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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6890",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6891,
    "results": [
        {
            "start": 873440761,
            "stop": 873440807
        },
        {
            "start": 873440810,
            "stop": 873440812
        },
        {
            "start": 873440815,
            "stop": 873441210
        },
        {
            "start": 873441213,
            "stop": 873442015
        },
        {
            "start": 873442022,
            "stop": 873442032
        },
        {
            "start": 873442035,
            "stop": 873442280
        },
        {
            "start": 873442283,
            "stop": 873442601
        },
        {
            "start": 873442604,
            "stop": 873442911
        },
        {
            "start": 873442915,
            "stop": 873444290
        },
        {
            "start": 873444293,
            "stop": 873444462
        },
        {
            "start": 873444465,
            "stop": 873444737
        },
        {
            "start": 873444740,
            "stop": 873444838
        },
        {
            "start": 873444841,
            "stop": 873444863
        },
        {
            "start": 873444866,
            "stop": 873445349
        },
        {
            "start": 873445352,
            "stop": 873445394
        },
        {
            "start": 873445397,
            "stop": 873445399
        },
        {
            "start": 873445402,
            "stop": 873445406
        },
        {
            "start": 873445409,
            "stop": 873445494
        },
        {
            "start": 873445498,
            "stop": 873445502
        },
        {
            "start": 873445506,
            "stop": 873445511
        }
    ]
}