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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=182",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 183,
    "results": [
        {
            "start": 816914747,
            "stop": 816914748
        },
        {
            "start": 816914757,
            "stop": 816914763
        },
        {
            "start": 816914768,
            "stop": 816914794
        },
        {
            "start": 816914811,
            "stop": 816914819
        },
        {
            "start": 816914823,
            "stop": 816914847
        },
        {
            "start": 816914851,
            "stop": 816914861
        },
        {
            "start": 816914865,
            "stop": 816914867
        },
        {
            "start": 816914875,
            "stop": 816915037
        },
        {
            "start": 816915041,
            "stop": 816915042
        },
        {
            "start": 816915061,
            "stop": 816915065
        },
        {
            "start": 816915070,
            "stop": 816915073
        },
        {
            "start": 816915079,
            "stop": 816915083
        },
        {
            "start": 816915088,
            "stop": 816915131
        },
        {
            "start": 816915136,
            "stop": 816915237
        },
        {
            "start": 816915241,
            "stop": 816915247
        },
        {
            "start": 816915254,
            "stop": 816915259
        },
        {
            "start": 816915264,
            "stop": 816915266
        },
        {
            "start": 816915270,
            "stop": 816915281
        },
        {
            "start": 816915285,
            "stop": 816915373
        },
        {
            "start": 816915376,
            "stop": 816915381
        }
    ]
}