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=14747
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=14748",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14746",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14747,
    "results": [
        {
            "start": 971179632,
            "stop": 971179635
        },
        {
            "start": 971179639,
            "stop": 971179642
        },
        {
            "start": 971179644,
            "stop": 971179647
        },
        {
            "start": 971179649,
            "stop": 971179650
        },
        {
            "start": 971179651,
            "stop": 971179652
        },
        {
            "start": 971179656,
            "stop": 971179660
        },
        {
            "start": 971179665,
            "stop": 971179673
        },
        {
            "start": 971179674,
            "stop": 971179683
        },
        {
            "start": 971179684,
            "stop": 971179686
        },
        {
            "start": 971179688,
            "stop": 971179689
        },
        {
            "start": 971179691,
            "stop": 971179692
        },
        {
            "start": 971179693,
            "stop": 971179700
        },
        {
            "start": 971179701,
            "stop": 971179705
        },
        {
            "start": 971179708,
            "stop": 971179710
        },
        {
            "start": 971179711,
            "stop": 971179718
        },
        {
            "start": 971179719,
            "stop": 971179720
        },
        {
            "start": 971179721,
            "stop": 971179722
        },
        {
            "start": 971179725,
            "stop": 971179732
        },
        {
            "start": 971179734,
            "stop": 971179737
        },
        {
            "start": 971179739,
            "stop": 971179740
        }
    ]
}