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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=188",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 189,
    "results": [
        {
            "start": 933006799,
            "stop": 933007301
        },
        {
            "start": 933007323,
            "stop": 933007333
        },
        {
            "start": 933007353,
            "stop": 933007563
        },
        {
            "start": 933007582,
            "stop": 933007684
        },
        {
            "start": 933007689,
            "stop": 933007733
        },
        {
            "start": 933007752,
            "stop": 933007760
        },
        {
            "start": 933007779,
            "stop": 933007780
        },
        {
            "start": 933007869,
            "stop": 933007874
        },
        {
            "start": 933007879,
            "stop": 933007923
        },
        {
            "start": 933007954,
            "stop": 933007957
        },
        {
            "start": 933008088,
            "stop": 933008272
        },
        {
            "start": 933008385,
            "stop": 933008404
        },
        {
            "start": 933008427,
            "stop": 933008506
        },
        {
            "start": 933008612,
            "stop": 933008754
        },
        {
            "start": 933008776,
            "stop": 933008779
        },
        {
            "start": 933008798,
            "stop": 933008809
        },
        {
            "start": 933008830,
            "stop": 933008835
        },
        {
            "start": 933008840,
            "stop": 933009077
        },
        {
            "start": 933009096,
            "stop": 933009295
        },
        {
            "start": 933009300,
            "stop": 933009321
        }
    ]
}