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=4768
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=4769",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4767",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4768,
    "results": [
        {
            "start": 970379658,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970386230
        },
        {
            "start": 970386233,
            "stop": 970388463
        },
        {
            "start": 970388466,
            "stop": 970388493
        },
        {
            "start": 970388496,
            "stop": 970388700
        },
        {
            "start": 970388703,
            "stop": 970388945
        },
        {
            "start": 970388948,
            "stop": 970388967
        },
        {
            "start": 970388972,
            "stop": 970389474
        },
        {
            "start": 970389477,
            "stop": 970389809
        },
        {
            "start": 970389812,
            "stop": 970390146
        },
        {
            "start": 970390149,
            "stop": 970390236
        },
        {
            "start": 970390257,
            "stop": 970390420
        },
        {
            "start": 970390423,
            "stop": 970390528
        },
        {
            "start": 970390531,
            "stop": 970390612
        },
        {
            "start": 970390615,
            "stop": 970390651
        },
        {
            "start": 970390672,
            "stop": 970391003
        },
        {
            "start": 970391006,
            "stop": 970391219
        },
        {
            "start": 970391222,
            "stop": 970391451
        },
        {
            "start": 970391454,
            "stop": 970391781
        },
        {
            "start": 970391802,
            "stop": 970392087
        }
    ]
}