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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2087",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2088,
    "results": [
        {
            "start": 871324685,
            "stop": 871325161
        },
        {
            "start": 871325178,
            "stop": 871325255
        },
        {
            "start": 871325423,
            "stop": 871326409
        },
        {
            "start": 871326427,
            "stop": 871326476
        },
        {
            "start": 871326507,
            "stop": 871327439
        },
        {
            "start": 871327456,
            "stop": 871328303
        },
        {
            "start": 871328321,
            "stop": 871329190
        },
        {
            "start": 871344142,
            "stop": 871359428
        },
        {
            "start": 871366728,
            "stop": 871366729
        },
        {
            "start": 871366770,
            "stop": 871366782
        },
        {
            "start": 871366799,
            "stop": 871366850
        },
        {
            "start": 871366867,
            "stop": 871374298
        },
        {
            "start": 871374315,
            "stop": 871374357
        },
        {
            "start": 871374739,
            "stop": 871374783
        },
        {
            "start": 871378727,
            "stop": 871381178
        },
        {
            "start": 871384133,
            "stop": 871384143
        },
        {
            "start": 871384196,
            "stop": 871384213
        },
        {
            "start": 871384230,
            "stop": 871384286
        },
        {
            "start": 871384303,
            "stop": 871387568
        },
        {
            "start": 871387586,
            "stop": 871389780
        }
    ]
}