Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=43",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 44,
    "results": [
        {
            "start": 822318586,
            "stop": 822318587
        },
        {
            "start": 822318720,
            "stop": 822320053
        },
        {
            "start": 822320075,
            "stop": 822320076
        },
        {
            "start": 822320426,
            "stop": 822320533
        },
        {
            "start": 822321592,
            "stop": 822323952
        },
        {
            "start": 822324034,
            "stop": 822326293
        },
        {
            "start": 822329687,
            "stop": 822332353
        },
        {
            "start": 822332533,
            "stop": 822333193
        },
        {
            "start": 822334133,
            "stop": 822335880
        },
        {
            "start": 822335980,
            "stop": 822336003
        },
        {
            "start": 822346366,
            "stop": 822348184
        },
        {
            "start": 822349200,
            "stop": 822349624
        },
        {
            "start": 822350827,
            "stop": 822350852
        },
        {
            "start": 822351806,
            "stop": 822381733
        },
        {
            "start": 822381744,
            "stop": 822381746
        },
        {
            "start": 822381954,
            "stop": 822382383
        },
        {
            "start": 822382495,
            "stop": 822385393
        },
        {
            "start": 822385423,
            "stop": 822385425
        },
        {
            "start": 822385708,
            "stop": 822387013
        },
        {
            "start": 822387627,
            "stop": 822387657
        }
    ]
}