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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=48",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 49,
    "results": [
        {
            "start": 931509250,
            "stop": 931509260
        },
        {
            "start": 931509267,
            "stop": 931509287
        },
        {
            "start": 931509316,
            "stop": 931509319
        },
        {
            "start": 931509332,
            "stop": 931509334
        },
        {
            "start": 931509351,
            "stop": 931509356
        },
        {
            "start": 931509373,
            "stop": 931509378
        },
        {
            "start": 931509390,
            "stop": 931509412
        },
        {
            "start": 931509430,
            "stop": 931509441
        },
        {
            "start": 931509448,
            "stop": 931509459
        },
        {
            "start": 931509471,
            "stop": 931509475
        },
        {
            "start": 931509481,
            "stop": 931509492
        },
        {
            "start": 931509507,
            "stop": 931509532
        },
        {
            "start": 931509539,
            "stop": 931509547
        },
        {
            "start": 931509561,
            "stop": 931509565
        },
        {
            "start": 931509572,
            "stop": 931509581
        },
        {
            "start": 931509590,
            "stop": 931509599
        },
        {
            "start": 931509606,
            "stop": 931509645
        },
        {
            "start": 931509652,
            "stop": 931509695
        },
        {
            "start": 931509702,
            "stop": 931509708
        },
        {
            "start": 931509715,
            "stop": 931509743
        }
    ]
}