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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=151",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 152,
    "results": [
        {
            "start": 816847376,
            "stop": 816847377
        },
        {
            "start": 816847392,
            "stop": 816847404
        },
        {
            "start": 816847408,
            "stop": 816847461
        },
        {
            "start": 816847466,
            "stop": 816847469
        },
        {
            "start": 816847472,
            "stop": 816847476
        },
        {
            "start": 816847480,
            "stop": 816847494
        },
        {
            "start": 816847497,
            "stop": 816847578
        },
        {
            "start": 816847581,
            "stop": 816847620
        },
        {
            "start": 816847625,
            "stop": 816847627
        },
        {
            "start": 816847639,
            "stop": 816847785
        },
        {
            "start": 816847790,
            "stop": 816847831
        },
        {
            "start": 816847837,
            "stop": 816847839
        },
        {
            "start": 816847843,
            "stop": 816847844
        },
        {
            "start": 816847852,
            "stop": 816847856
        },
        {
            "start": 816847862,
            "stop": 816847870
        },
        {
            "start": 816847875,
            "stop": 816847889
        },
        {
            "start": 816847895,
            "stop": 816847945
        },
        {
            "start": 816847950,
            "stop": 816848113
        },
        {
            "start": 816848116,
            "stop": 816848138
        },
        {
            "start": 816848143,
            "stop": 816848154
        }
    ]
}