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=9068
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=9069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9067",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9068,
    "results": [
        {
            "start": 874480080,
            "stop": 874480140
        },
        {
            "start": 874480200,
            "stop": 874480320
        },
        {
            "start": 874480380,
            "stop": 874480545
        },
        {
            "start": 874480564,
            "stop": 874480666
        },
        {
            "start": 874480694,
            "stop": 874480802
        },
        {
            "start": 874480821,
            "stop": 874480943
        },
        {
            "start": 874480965,
            "stop": 874481150
        },
        {
            "start": 874481169,
            "stop": 874481183
        },
        {
            "start": 874481202,
            "stop": 874481218
        },
        {
            "start": 874481249,
            "stop": 874481252
        },
        {
            "start": 874481271,
            "stop": 874481289
        },
        {
            "start": 874481326,
            "stop": 874481433
        },
        {
            "start": 874481452,
            "stop": 874482114
        },
        {
            "start": 874482131,
            "stop": 874482356
        },
        {
            "start": 874482375,
            "stop": 874482404
        },
        {
            "start": 874482421,
            "stop": 874482441
        },
        {
            "start": 874482460,
            "stop": 874483356
        },
        {
            "start": 874483375,
            "stop": 874483937
        },
        {
            "start": 874483954,
            "stop": 874484895
        },
        {
            "start": 874484912,
            "stop": 874484955
        }
    ]
}