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=9973
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=9974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9972",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9973,
    "results": [
        {
            "start": 871935120,
            "stop": 871935180
        },
        {
            "start": 871935300,
            "stop": 871935342
        },
        {
            "start": 871935381,
            "stop": 871935416
        },
        {
            "start": 871935480,
            "stop": 871935720
        },
        {
            "start": 871935840,
            "stop": 871935900
        },
        {
            "start": 871936082,
            "stop": 871936140
        },
        {
            "start": 871936200,
            "stop": 871936380
        },
        {
            "start": 871936440,
            "stop": 871936620
        },
        {
            "start": 871936800,
            "stop": 871936920
        },
        {
            "start": 871936980,
            "stop": 871937040
        },
        {
            "start": 871937100,
            "stop": 871937121
        },
        {
            "start": 871937155,
            "stop": 871937400
        },
        {
            "start": 871937460,
            "stop": 871937467
        },
        {
            "start": 871937501,
            "stop": 871937760
        },
        {
            "start": 871938000,
            "stop": 871938240
        },
        {
            "start": 871938360,
            "stop": 871938480
        },
        {
            "start": 871938660,
            "stop": 871938780
        },
        {
            "start": 871938960,
            "stop": 871939225
        },
        {
            "start": 871939374,
            "stop": 871939579
        },
        {
            "start": 871939699,
            "stop": 871939706
        }
    ]
}