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=4778
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=4779",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4777",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4778,
    "results": [
        {
            "start": 970481454,
            "stop": 970481587
        },
        {
            "start": 970481590,
            "stop": 970481632
        },
        {
            "start": 970481635,
            "stop": 970482707
        },
        {
            "start": 970482710,
            "stop": 970482957
        },
        {
            "start": 970482960,
            "stop": 970483253
        },
        {
            "start": 970483256,
            "stop": 970483808
        },
        {
            "start": 970483812,
            "stop": 970484235
        },
        {
            "start": 970484238,
            "stop": 970484482
        },
        {
            "start": 970484485,
            "stop": 970484684
        },
        {
            "start": 970484687,
            "stop": 970484974
        },
        {
            "start": 970484977,
            "stop": 970485903
        },
        {
            "start": 970485906,
            "stop": 970485983
        },
        {
            "start": 970485987,
            "stop": 970486098
        },
        {
            "start": 970486101,
            "stop": 970486591
        },
        {
            "start": 970486594,
            "stop": 970487513
        },
        {
            "start": 970487516,
            "stop": 970487525
        },
        {
            "start": 970487528,
            "stop": 970487645
        },
        {
            "start": 970487666,
            "stop": 970488222
        },
        {
            "start": 970488225,
            "stop": 970488815
        },
        {
            "start": 970488818,
            "stop": 970489549
        }
    ]
}