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=9976
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=9977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9975",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9976,
    "results": [
        {
            "start": 871952640,
            "stop": 871952820
        },
        {
            "start": 871952828,
            "stop": 871953138
        },
        {
            "start": 871953258,
            "stop": 871953600
        },
        {
            "start": 871953720,
            "stop": 871954500
        },
        {
            "start": 871954560,
            "stop": 871955040
        },
        {
            "start": 871955100,
            "stop": 871955460
        },
        {
            "start": 871955520,
            "stop": 871955580
        },
        {
            "start": 871955700,
            "stop": 871956270
        },
        {
            "start": 871958814,
            "stop": 871958820
        },
        {
            "start": 871958940,
            "stop": 871959060
        },
        {
            "start": 871959077,
            "stop": 871960560
        },
        {
            "start": 871960680,
            "stop": 871960740
        },
        {
            "start": 871960800,
            "stop": 871960860
        },
        {
            "start": 871960920,
            "stop": 871961410
        },
        {
            "start": 871961427,
            "stop": 871963979
        },
        {
            "start": 871964045,
            "stop": 871964638
        },
        {
            "start": 871964674,
            "stop": 871965777
        },
        {
            "start": 871965794,
            "stop": 871966200
        },
        {
            "start": 871966320,
            "stop": 871968300
        },
        {
            "start": 871968360,
            "stop": 871968747
        }
    ]
}