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=2135
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=2136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2134",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2135,
    "results": [
        {
            "start": 872235146,
            "stop": 872235438
        },
        {
            "start": 872235504,
            "stop": 872235507
        },
        {
            "start": 872235526,
            "stop": 872235558
        },
        {
            "start": 872235584,
            "stop": 872235663
        },
        {
            "start": 872235682,
            "stop": 872235686
        },
        {
            "start": 872235708,
            "stop": 872235875
        },
        {
            "start": 872235894,
            "stop": 872235903
        },
        {
            "start": 872236007,
            "stop": 872236033
        },
        {
            "start": 872236052,
            "stop": 872236101
        },
        {
            "start": 872236148,
            "stop": 872236155
        },
        {
            "start": 872236174,
            "stop": 872236406
        },
        {
            "start": 872236440,
            "stop": 872236633
        },
        {
            "start": 872237236,
            "stop": 872237268
        },
        {
            "start": 872237295,
            "stop": 872237320
        },
        {
            "start": 872237379,
            "stop": 872237394
        },
        {
            "start": 872237413,
            "stop": 872237439
        },
        {
            "start": 872237464,
            "stop": 872237473
        },
        {
            "start": 872237506,
            "stop": 872237612
        },
        {
            "start": 872237631,
            "stop": 872238586
        },
        {
            "start": 872238605,
            "stop": 872239439
        }
    ]
}