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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14645",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14643",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14644,
    "results": [
        {
            "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
        },
        {
            "start": 971165607,
            "stop": 971165611
        },
        {
            "start": 971165616,
            "stop": 971165617
        },
        {
            "start": 971165618,
            "stop": 971165627
        },
        {
            "start": 971165631,
            "stop": 971165632
        },
        {
            "start": 971165634,
            "stop": 971165638
        }
    ]
}