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=6895
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=6896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6894",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6895,
    "results": [
        {
            "start": 873460862,
            "stop": 873460867
        },
        {
            "start": 873460871,
            "stop": 873460875
        },
        {
            "start": 873463582,
            "stop": 873463583
        },
        {
            "start": 873463600,
            "stop": 873463601
        },
        {
            "start": 873463604,
            "stop": 873463606
        },
        {
            "start": 873463611,
            "stop": 873463612
        },
        {
            "start": 873463682,
            "stop": 873463688
        },
        {
            "start": 873463691,
            "stop": 873463692
        },
        {
            "start": 873463693,
            "stop": 873463696
        },
        {
            "start": 873463697,
            "stop": 873463701
        },
        {
            "start": 873463702,
            "stop": 873463706
        },
        {
            "start": 873463708,
            "stop": 873463712
        },
        {
            "start": 873463718,
            "stop": 873463722
        },
        {
            "start": 873463723,
            "stop": 873463727
        },
        {
            "start": 873463729,
            "stop": 873463731
        },
        {
            "start": 873463734,
            "stop": 873463736
        },
        {
            "start": 873463737,
            "stop": 873463740
        },
        {
            "start": 873463741,
            "stop": 873463745
        },
        {
            "start": 873463747,
            "stop": 873463756
        },
        {
            "start": 873463757,
            "stop": 873463761
        }
    ]
}