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=9955
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=9956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9954",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9955,
    "results": [
        {
            "start": 871590600,
            "stop": 871590660
        },
        {
            "start": 871592880,
            "stop": 871593000
        },
        {
            "start": 871593060,
            "stop": 871593180
        },
        {
            "start": 871593240,
            "stop": 871593660
        },
        {
            "start": 871593720,
            "stop": 871594140
        },
        {
            "start": 871594200,
            "stop": 871595116
        },
        {
            "start": 871595134,
            "stop": 871595193
        },
        {
            "start": 871595210,
            "stop": 871595343
        },
        {
            "start": 871595360,
            "stop": 871595377
        },
        {
            "start": 871595605,
            "stop": 871595700
        },
        {
            "start": 871595760,
            "stop": 871595940
        },
        {
            "start": 871596060,
            "stop": 871596300
        },
        {
            "start": 871596420,
            "stop": 871596480
        },
        {
            "start": 871596540,
            "stop": 871598430
        },
        {
            "start": 871599542,
            "stop": 871603997
        },
        {
            "start": 871604014,
            "stop": 871609302
        },
        {
            "start": 871609338,
            "stop": 871617480
        },
        {
            "start": 871617516,
            "stop": 871617960
        },
        {
            "start": 871618200,
            "stop": 871618260
        },
        {
            "start": 871618380,
            "stop": 871619849
        }
    ]
}