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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=252",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 253,
    "results": [
        {
            "start": 849876867,
            "stop": 849877153
        },
        {
            "start": 849877177,
            "stop": 849877178
        },
        {
            "start": 849877558,
            "stop": 849878161
        },
        {
            "start": 849879026,
            "stop": 849880273
        },
        {
            "start": 849880291,
            "stop": 849880293
        },
        {
            "start": 849880358,
            "stop": 849880360
        },
        {
            "start": 849881745,
            "stop": 849881773
        },
        {
            "start": 849881814,
            "stop": 849881815
        },
        {
            "start": 849881910,
            "stop": 849888133
        },
        {
            "start": 849888166,
            "stop": 849888167
        },
        {
            "start": 849888283,
            "stop": 849888291
        },
        {
            "start": 849888748,
            "stop": 849888755
        },
        {
            "start": 849888900,
            "stop": 849888924
        },
        {
            "start": 849889931,
            "stop": 849890113
        },
        {
            "start": 849890152,
            "stop": 849890153
        },
        {
            "start": 849890323,
            "stop": 849890413
        },
        {
            "start": 849890446,
            "stop": 849890447
        },
        {
            "start": 849890582,
            "stop": 849894433
        },
        {
            "start": 849921319,
            "stop": 849924473
        },
        {
            "start": 849924541,
            "stop": 849940654
        }
    ]
}