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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=43",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 44,
    "results": [
        {
            "start": 816432520,
            "stop": 816432601
        },
        {
            "start": 816432607,
            "stop": 816432677
        },
        {
            "start": 816432683,
            "stop": 816432757
        },
        {
            "start": 816432761,
            "stop": 816432932
        },
        {
            "start": 816432936,
            "stop": 816433299
        },
        {
            "start": 816433306,
            "stop": 816433532
        },
        {
            "start": 816433536,
            "stop": 816433846
        },
        {
            "start": 816433851,
            "stop": 816433908
        },
        {
            "start": 816433912,
            "stop": 816433924
        },
        {
            "start": 816433935,
            "stop": 816434098
        },
        {
            "start": 816434102,
            "stop": 816434107
        },
        {
            "start": 816434113,
            "stop": 816434133
        },
        {
            "start": 816434136,
            "stop": 816434178
        },
        {
            "start": 816434181,
            "stop": 816434273
        },
        {
            "start": 816434278,
            "stop": 816434281
        },
        {
            "start": 816434286,
            "stop": 816434596
        },
        {
            "start": 816434600,
            "stop": 816434894
        },
        {
            "start": 816434897,
            "stop": 816435281
        },
        {
            "start": 816435285,
            "stop": 816435353
        },
        {
            "start": 816435357,
            "stop": 816435710
        }
    ]
}