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=14702
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=14703",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14701",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14702,
    "results": [
        {
            "start": 971171719,
            "stop": 971171722
        },
        {
            "start": 971171724,
            "stop": 971171725
        },
        {
            "start": 971171726,
            "stop": 971171731
        },
        {
            "start": 971171732,
            "stop": 971171735
        },
        {
            "start": 971171742,
            "stop": 971171743
        },
        {
            "start": 971171744,
            "stop": 971171745
        },
        {
            "start": 971171746,
            "stop": 971171747
        },
        {
            "start": 971171754,
            "stop": 971171757
        },
        {
            "start": 971171760,
            "stop": 971171762
        },
        {
            "start": 971171764,
            "stop": 971171765
        },
        {
            "start": 971171766,
            "stop": 971171767
        },
        {
            "start": 971171771,
            "stop": 971171775
        },
        {
            "start": 971171776,
            "stop": 971171783
        },
        {
            "start": 971171786,
            "stop": 971171789
        },
        {
            "start": 971171792,
            "stop": 971171793
        },
        {
            "start": 971171797,
            "stop": 971171801
        },
        {
            "start": 971171803,
            "stop": 971171805
        },
        {
            "start": 971171811,
            "stop": 971171813
        },
        {
            "start": 971171814,
            "stop": 971171819
        },
        {
            "start": 971171821,
            "stop": 971171823
        }
    ]
}