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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9950",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9951,
    "results": [
        {
            "start": 871447080,
            "stop": 871449372
        },
        {
            "start": 871449473,
            "stop": 871459215
        },
        {
            "start": 871459447,
            "stop": 871459470
        },
        {
            "start": 871461175,
            "stop": 871462500
        },
        {
            "start": 871462560,
            "stop": 871466292
        },
        {
            "start": 871466309,
            "stop": 871467420
        },
        {
            "start": 871467480,
            "stop": 871472280
        },
        {
            "start": 871472340,
            "stop": 871475426
        },
        {
            "start": 871476156,
            "stop": 871478820
        },
        {
            "start": 871479600,
            "stop": 871479720
        },
        {
            "start": 871480380,
            "stop": 871480500
        },
        {
            "start": 871480560,
            "stop": 871480620
        },
        {
            "start": 871480680,
            "stop": 871482060
        },
        {
            "start": 871482120,
            "stop": 871482976
        },
        {
            "start": 871483110,
            "stop": 871483644
        },
        {
            "start": 871483764,
            "stop": 871484250
        },
        {
            "start": 871485756,
            "stop": 871486274
        },
        {
            "start": 871486291,
            "stop": 871488044
        },
        {
            "start": 871488092,
            "stop": 871489901
        },
        {
            "start": 871489939,
            "stop": 871492431
        }
    ]
}