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=4513
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=4514",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4512",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4513,
    "results": [
        {
            "start": 968428292,
            "stop": 968428300
        },
        {
            "start": 968428304,
            "stop": 968428324
        },
        {
            "start": 968428330,
            "stop": 968428403
        },
        {
            "start": 968428407,
            "stop": 968428409
        },
        {
            "start": 968428413,
            "stop": 968428456
        },
        {
            "start": 968428459,
            "stop": 968428478
        },
        {
            "start": 968428658,
            "stop": 968428686
        },
        {
            "start": 968428690,
            "stop": 968428754
        },
        {
            "start": 968428757,
            "stop": 968428836
        },
        {
            "start": 968428839,
            "stop": 968429599
        },
        {
            "start": 968429602,
            "stop": 968429626
        },
        {
            "start": 968429629,
            "stop": 968429670
        },
        {
            "start": 968429674,
            "stop": 968429743
        },
        {
            "start": 968429746,
            "stop": 968429949
        },
        {
            "start": 968429953,
            "stop": 968429973
        },
        {
            "start": 968429977,
            "stop": 968430046
        },
        {
            "start": 968430049,
            "stop": 968430065
        },
        {
            "start": 968430068,
            "stop": 968430168
        },
        {
            "start": 968430171,
            "stop": 968430172
        },
        {
            "start": 968430175,
            "stop": 968430352
        }
    ]
}