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_CAT3/segments?format=api&page=5141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5140",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5141,
    "results": [
        {
            "start": 873722279,
            "stop": 873722291
        },
        {
            "start": 873722298,
            "stop": 873722321
        },
        {
            "start": 873722328,
            "stop": 873722335
        },
        {
            "start": 873722345,
            "stop": 873722353
        },
        {
            "start": 873722361,
            "stop": 873722390
        },
        {
            "start": 873722401,
            "stop": 873722470
        },
        {
            "start": 873722478,
            "stop": 873722488
        },
        {
            "start": 873722516,
            "stop": 873722555
        },
        {
            "start": 873722566,
            "stop": 873722594
        },
        {
            "start": 873722602,
            "stop": 873722611
        },
        {
            "start": 873722618,
            "stop": 873722679
        },
        {
            "start": 873722687,
            "stop": 873722727
        },
        {
            "start": 873722737,
            "stop": 873722753
        },
        {
            "start": 873722760,
            "stop": 873722798
        },
        {
            "start": 873722809,
            "stop": 873722818
        },
        {
            "start": 873722832,
            "stop": 873722839
        },
        {
            "start": 873722852,
            "stop": 873722855
        },
        {
            "start": 873722862,
            "stop": 873722882
        },
        {
            "start": 873722890,
            "stop": 873722902
        },
        {
            "start": 873722913,
            "stop": 873722960
        }
    ]
}