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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=284",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 285,
    "results": [
        {
            "start": 822202482,
            "stop": 822202965
        },
        {
            "start": 822203096,
            "stop": 822205041
        },
        {
            "start": 822205048,
            "stop": 822206385
        },
        {
            "start": 822206532,
            "stop": 822208759
        },
        {
            "start": 822208937,
            "stop": 822209155
        },
        {
            "start": 822209607,
            "stop": 822211017
        },
        {
            "start": 822212954,
            "stop": 822218604
        },
        {
            "start": 822218618,
            "stop": 822221970
        },
        {
            "start": 822221977,
            "stop": 822224345
        },
        {
            "start": 822224556,
            "stop": 822227520
        },
        {
            "start": 822227527,
            "stop": 822227632
        },
        {
            "start": 822227755,
            "stop": 822228267
        },
        {
            "start": 822228272,
            "stop": 822228300
        },
        {
            "start": 822228312,
            "stop": 822228321
        },
        {
            "start": 822228328,
            "stop": 822228346
        },
        {
            "start": 822229453,
            "stop": 822230331
        },
        {
            "start": 822230337,
            "stop": 822230587
        },
        {
            "start": 822231409,
            "stop": 822231494
        },
        {
            "start": 822231805,
            "stop": 822231861
        },
        {
            "start": 822237059,
            "stop": 822237316
        }
    ]
}