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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15728",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15726",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15727,
    "results": [
        {
            "start": 971165497,
            "stop": 971165502
        },
        {
            "start": 971165504,
            "stop": 971165510
        },
        {
            "start": 971165516,
            "stop": 971165518
        },
        {
            "start": 971165519,
            "stop": 971165520
        },
        {
            "start": 971165521,
            "stop": 971165524
        },
        {
            "start": 971165526,
            "stop": 971165527
        },
        {
            "start": 971165529,
            "stop": 971165533
        },
        {
            "start": 971165534,
            "stop": 971165536
        },
        {
            "start": 971165539,
            "stop": 971165543
        },
        {
            "start": 971165546,
            "stop": 971165550
        },
        {
            "start": 971165551,
            "stop": 971165557
        },
        {
            "start": 971165559,
            "stop": 971165563
        },
        {
            "start": 971165565,
            "stop": 971165567
        },
        {
            "start": 971165573,
            "stop": 971165576
        },
        {
            "start": 971165582,
            "stop": 971165583
        },
        {
            "start": 971165584,
            "stop": 971165585
        },
        {
            "start": 971165586,
            "stop": 971165591
        },
        {
            "start": 971165594,
            "stop": 971165597
        },
        {
            "start": 971165599,
            "stop": 971165600
        },
        {
            "start": 971165601,
            "stop": 971165604
        }
    ]
}