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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=167
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=166",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 167,
    "results": [
        {
            "start": 818755605,
            "stop": 818755614
        },
        {
            "start": 818755622,
            "stop": 818755628
        },
        {
            "start": 818755644,
            "stop": 818755650
        },
        {
            "start": 818755739,
            "stop": 818755760
        },
        {
            "start": 818755768,
            "stop": 818755769
        },
        {
            "start": 818755848,
            "stop": 818755859
        },
        {
            "start": 818755870,
            "stop": 818755876
        },
        {
            "start": 818755945,
            "stop": 818755946
        },
        {
            "start": 818756074,
            "stop": 818756076
        },
        {
            "start": 818756314,
            "stop": 818756322
        },
        {
            "start": 818756581,
            "stop": 818756590
        },
        {
            "start": 818756683,
            "stop": 818756698
        },
        {
            "start": 818756747,
            "stop": 818756748
        },
        {
            "start": 818756867,
            "stop": 818756875
        },
        {
            "start": 818756892,
            "stop": 818756898
        },
        {
            "start": 818756931,
            "stop": 818756935
        },
        {
            "start": 818756943,
            "stop": 818756954
        },
        {
            "start": 818756969,
            "stop": 818756973
        },
        {
            "start": 818756984,
            "stop": 818757000
        },
        {
            "start": 818757016,
            "stop": 818757037
        }
    ]
}