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=4523
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=4524",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4522",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4523,
    "results": [
        {
            "start": 968522730,
            "stop": 968523001
        },
        {
            "start": 968523004,
            "stop": 968523037
        },
        {
            "start": 968523042,
            "stop": 968523100
        },
        {
            "start": 968523103,
            "stop": 968523471
        },
        {
            "start": 968523474,
            "stop": 968523743
        },
        {
            "start": 968523746,
            "stop": 968523758
        },
        {
            "start": 968523818,
            "stop": 968523854
        },
        {
            "start": 968523857,
            "stop": 968523947
        },
        {
            "start": 968523950,
            "stop": 968523954
        },
        {
            "start": 968523957,
            "stop": 968523967
        },
        {
            "start": 968523970,
            "stop": 968524046
        },
        {
            "start": 968524050,
            "stop": 968524094
        },
        {
            "start": 968524101,
            "stop": 968524148
        },
        {
            "start": 968524153,
            "stop": 968524159
        },
        {
            "start": 968524162,
            "stop": 968524199
        },
        {
            "start": 968524203,
            "stop": 968524208
        },
        {
            "start": 968524212,
            "stop": 968524418
        },
        {
            "start": 968525198,
            "stop": 968525258
        },
        {
            "start": 968525318,
            "stop": 968525438
        },
        {
            "start": 968525498,
            "stop": 968525523
        }
    ]
}