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=14746
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=14747",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14745",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14746,
    "results": [
        {
            "start": 971179498,
            "stop": 971179511
        },
        {
            "start": 971179512,
            "stop": 971179520
        },
        {
            "start": 971179521,
            "stop": 971179522
        },
        {
            "start": 971179523,
            "stop": 971179524
        },
        {
            "start": 971179526,
            "stop": 971179527
        },
        {
            "start": 971179529,
            "stop": 971179540
        },
        {
            "start": 971179542,
            "stop": 971179545
        },
        {
            "start": 971179546,
            "stop": 971179547
        },
        {
            "start": 971179551,
            "stop": 971179556
        },
        {
            "start": 971179558,
            "stop": 971179559
        },
        {
            "start": 971179563,
            "stop": 971179567
        },
        {
            "start": 971179571,
            "stop": 971179572
        },
        {
            "start": 971179576,
            "stop": 971179582
        },
        {
            "start": 971179587,
            "stop": 971179590
        },
        {
            "start": 971179592,
            "stop": 971179596
        },
        {
            "start": 971179599,
            "stop": 971179601
        },
        {
            "start": 971179602,
            "stop": 971179603
        },
        {
            "start": 971179604,
            "stop": 971179612
        },
        {
            "start": 971179618,
            "stop": 971179625
        },
        {
            "start": 971179629,
            "stop": 971179631
        }
    ]
}