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=4552
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=4553",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4551",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4552,
    "results": [
        {
            "start": 968763363,
            "stop": 968763482
        },
        {
            "start": 968763485,
            "stop": 968763560
        },
        {
            "start": 968763563,
            "stop": 968763635
        },
        {
            "start": 968763638,
            "stop": 968763644
        },
        {
            "start": 968763647,
            "stop": 968763698
        },
        {
            "start": 968763701,
            "stop": 968763772
        },
        {
            "start": 968763775,
            "stop": 968763887
        },
        {
            "start": 968763890,
            "stop": 968763930
        },
        {
            "start": 968763933,
            "stop": 968763938
        },
        {
            "start": 968763998,
            "stop": 968764114
        },
        {
            "start": 968764119,
            "stop": 968764137
        },
        {
            "start": 968764140,
            "stop": 968764141
        },
        {
            "start": 968764144,
            "stop": 968764201
        },
        {
            "start": 968764204,
            "stop": 968764251
        },
        {
            "start": 968764254,
            "stop": 968764284
        },
        {
            "start": 968764287,
            "stop": 968764293
        },
        {
            "start": 968764298,
            "stop": 968764300
        },
        {
            "start": 968764304,
            "stop": 968764321
        },
        {
            "start": 968764324,
            "stop": 968764328
        },
        {
            "start": 968764331,
            "stop": 968764387
        }
    ]
}