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=10138
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=10139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10137",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10138,
    "results": [
        {
            "start": 873703811,
            "stop": 873703816
        },
        {
            "start": 873703824,
            "stop": 873703830
        },
        {
            "start": 873703980,
            "stop": 873704007
        },
        {
            "start": 873704018,
            "stop": 873704031
        },
        {
            "start": 873704038,
            "stop": 873704040
        },
        {
            "start": 873704100,
            "stop": 873704157
        },
        {
            "start": 873704520,
            "stop": 873704534
        },
        {
            "start": 873704547,
            "stop": 873704575
        },
        {
            "start": 873704596,
            "stop": 873704618
        },
        {
            "start": 873704629,
            "stop": 873704652
        },
        {
            "start": 873704665,
            "stop": 873704675
        },
        {
            "start": 873704688,
            "stop": 873704709
        },
        {
            "start": 873704716,
            "stop": 873704734
        },
        {
            "start": 873704745,
            "stop": 873704797
        },
        {
            "start": 873704807,
            "stop": 873704808
        },
        {
            "start": 873704816,
            "stop": 873704818
        },
        {
            "start": 873704825,
            "stop": 873704841
        },
        {
            "start": 873706920,
            "stop": 873706922
        },
        {
            "start": 873706929,
            "stop": 873706951
        },
        {
            "start": 873706962,
            "stop": 873706968
        }
    ]
}