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=7149
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=7150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7148",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7149,
    "results": [
        {
            "start": 874944871,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874946949
        },
        {
            "start": 874950141,
            "stop": 874951999
        },
        {
            "start": 874953375,
            "stop": 874953400
        },
        {
            "start": 874953401,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955838
        },
        {
            "start": 874959210,
            "stop": 874959262
        },
        {
            "start": 874959265,
            "stop": 874959374
        },
        {
            "start": 874959378,
            "stop": 874959795
        },
        {
            "start": 874959798,
            "stop": 874959840
        },
        {
            "start": 874959960,
            "stop": 874959981
        },
        {
            "start": 874959987,
            "stop": 874959990
        },
        {
            "start": 874959997,
            "stop": 874960014
        },
        {
            "start": 874960018,
            "stop": 874960020
        },
        {
            "start": 874969942,
            "stop": 874971644
        },
        {
            "start": 874971647,
            "stop": 874973964
        },
        {
            "start": 874973967,
            "stop": 874974186
        },
        {
            "start": 874974189,
            "stop": 874977724
        },
        {
            "start": 874977727,
            "stop": 874978039
        },
        {
            "start": 874978046,
            "stop": 874978048
        }
    ]
}