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=9946
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=9947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9945",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9946,
    "results": [
        {
            "start": 871237152,
            "stop": 871237926
        },
        {
            "start": 871238007,
            "stop": 871241340
        },
        {
            "start": 871241400,
            "stop": 871241948
        },
        {
            "start": 871241965,
            "stop": 871244266
        },
        {
            "start": 871284180,
            "stop": 871284240
        },
        {
            "start": 871284300,
            "stop": 871284360
        },
        {
            "start": 871284420,
            "stop": 871284453
        },
        {
            "start": 871284461,
            "stop": 871284480
        },
        {
            "start": 871284660,
            "stop": 871284720
        },
        {
            "start": 871284780,
            "stop": 871284900
        },
        {
            "start": 871285320,
            "stop": 871285380
        },
        {
            "start": 871285560,
            "stop": 871285680
        },
        {
            "start": 871285740,
            "stop": 871285860
        },
        {
            "start": 871285920,
            "stop": 871286280
        },
        {
            "start": 871286400,
            "stop": 871286423
        },
        {
            "start": 871286431,
            "stop": 871286880
        },
        {
            "start": 871286940,
            "stop": 871287000
        },
        {
            "start": 871287120,
            "stop": 871287180
        },
        {
            "start": 871287240,
            "stop": 871287480
        },
        {
            "start": 871287540,
            "stop": 871289121
        }
    ]
}