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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4521",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4519",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4520,
    "results": [
        {
            "start": 968473105,
            "stop": 968473117
        },
        {
            "start": 968473120,
            "stop": 968473185
        },
        {
            "start": 968473188,
            "stop": 968473508
        },
        {
            "start": 968473513,
            "stop": 968474494
        },
        {
            "start": 968474497,
            "stop": 968475493
        },
        {
            "start": 968475496,
            "stop": 968475740
        },
        {
            "start": 968475743,
            "stop": 968477427
        },
        {
            "start": 968477430,
            "stop": 968478241
        },
        {
            "start": 968478244,
            "stop": 968479261
        },
        {
            "start": 968479264,
            "stop": 968480016
        },
        {
            "start": 968480019,
            "stop": 968481623
        },
        {
            "start": 968481626,
            "stop": 968482509
        },
        {
            "start": 968482512,
            "stop": 968483843
        },
        {
            "start": 968483846,
            "stop": 968484158
        },
        {
            "start": 968484162,
            "stop": 968485691
        },
        {
            "start": 968485694,
            "stop": 968486552
        },
        {
            "start": 968486555,
            "stop": 968486681
        },
        {
            "start": 968486684,
            "stop": 968487749
        },
        {
            "start": 968487752,
            "stop": 968487838
        },
        {
            "start": 968487842,
            "stop": 968488238
        }
    ]
}