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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8784",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8785,
    "results": [
        {
            "start": 872324368,
            "stop": 872324437
        },
        {
            "start": 872324457,
            "stop": 872324459
        },
        {
            "start": 872324478,
            "stop": 872324505
        },
        {
            "start": 872324524,
            "stop": 872324546
        },
        {
            "start": 872324583,
            "stop": 872324597
        },
        {
            "start": 872324616,
            "stop": 872324684
        },
        {
            "start": 872324701,
            "stop": 872324790
        },
        {
            "start": 872326125,
            "stop": 872326709
        },
        {
            "start": 872326726,
            "stop": 872327468
        },
        {
            "start": 872327485,
            "stop": 872327595
        },
        {
            "start": 872327632,
            "stop": 872328648
        },
        {
            "start": 872328674,
            "stop": 872328675
        },
        {
            "start": 872328694,
            "stop": 872328844
        },
        {
            "start": 872328863,
            "stop": 872328907
        },
        {
            "start": 872328924,
            "stop": 872328931
        },
        {
            "start": 872328948,
            "stop": 872329657
        },
        {
            "start": 872329676,
            "stop": 872329727
        },
        {
            "start": 872329746,
            "stop": 872329777
        },
        {
            "start": 872329797,
            "stop": 872329836
        },
        {
            "start": 872329855,
            "stop": 872330176
        }
    ]
}