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=8811
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=8812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8810",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8811,
    "results": [
        {
            "start": 872502604,
            "stop": 872502792
        },
        {
            "start": 872502811,
            "stop": 872503072
        },
        {
            "start": 872503089,
            "stop": 872503184
        },
        {
            "start": 872503203,
            "stop": 872503210
        },
        {
            "start": 872503227,
            "stop": 872503311
        },
        {
            "start": 872503328,
            "stop": 872504464
        },
        {
            "start": 872504483,
            "stop": 872504781
        },
        {
            "start": 872504812,
            "stop": 872504826
        },
        {
            "start": 872504859,
            "stop": 872505073
        },
        {
            "start": 872505090,
            "stop": 872505382
        },
        {
            "start": 872505399,
            "stop": 872506223
        },
        {
            "start": 872506243,
            "stop": 872506858
        },
        {
            "start": 872506875,
            "stop": 872507831
        },
        {
            "start": 872507848,
            "stop": 872508133
        },
        {
            "start": 872508150,
            "stop": 872508448
        },
        {
            "start": 872508467,
            "stop": 872508745
        },
        {
            "start": 872508764,
            "stop": 872509020
        },
        {
            "start": 872509037,
            "stop": 872509271
        },
        {
            "start": 872509288,
            "stop": 872509300
        },
        {
            "start": 872509317,
            "stop": 872509351
        }
    ]
}