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=4757
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=4758",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4756",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4757,
    "results": [
        {
            "start": 970283953,
            "stop": 970284006
        },
        {
            "start": 970284009,
            "stop": 970284099
        },
        {
            "start": 970284102,
            "stop": 970284198
        },
        {
            "start": 970284201,
            "stop": 970284258
        },
        {
            "start": 970284261,
            "stop": 970284334
        },
        {
            "start": 970284337,
            "stop": 970284460
        },
        {
            "start": 970284463,
            "stop": 970284604
        },
        {
            "start": 970284607,
            "stop": 970284728
        },
        {
            "start": 970284731,
            "stop": 970284891
        },
        {
            "start": 970284894,
            "stop": 970285035
        },
        {
            "start": 970285056,
            "stop": 970285208
        },
        {
            "start": 970285211,
            "stop": 970285244
        },
        {
            "start": 970285247,
            "stop": 970285392
        },
        {
            "start": 970285395,
            "stop": 970285406
        },
        {
            "start": 970285410,
            "stop": 970285801
        },
        {
            "start": 970285818,
            "stop": 970286217
        },
        {
            "start": 970286220,
            "stop": 970286242
        },
        {
            "start": 970286246,
            "stop": 970286272
        },
        {
            "start": 970286275,
            "stop": 970286436
        },
        {
            "start": 970286439,
            "stop": 970286525
        }
    ]
}