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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1348",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1349,
    "results": [
        {
            "start": 965187406,
            "stop": 965197823
        },
        {
            "start": 965197824,
            "stop": 965199687
        },
        {
            "start": 965199692,
            "stop": 965216564
        },
        {
            "start": 965216565,
            "stop": 965217509
        },
        {
            "start": 965221008,
            "stop": 965223419
        },
        {
            "start": 965223420,
            "stop": 965223608
        },
        {
            "start": 965226491,
            "stop": 965230876
        },
        {
            "start": 965230877,
            "stop": 965237765
        },
        {
            "start": 965237766,
            "stop": 965238746
        },
        {
            "start": 965238747,
            "stop": 965248726
        },
        {
            "start": 965248727,
            "stop": 965249814
        },
        {
            "start": 965249815,
            "stop": 965253522
        },
        {
            "start": 965253523,
            "stop": 965264203
        },
        {
            "start": 965264583,
            "stop": 965271994
        },
        {
            "start": 965272370,
            "stop": 965276332
        },
        {
            "start": 965280213,
            "stop": 965280787
        },
        {
            "start": 965280789,
            "stop": 965287591
        },
        {
            "start": 965287920,
            "stop": 965290302
        },
        {
            "start": 965290304,
            "stop": 965291900
        },
        {
            "start": 965291901,
            "stop": 965306292
        }
    ]
}