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_CW_CAT1/segments?format=api&page=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=208",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 209,
    "results": [
        {
            "start": 844027408,
            "stop": 844029655
        },
        {
            "start": 844030693,
            "stop": 844030813
        },
        {
            "start": 844030872,
            "stop": 844030875
        },
        {
            "start": 844030917,
            "stop": 844034703
        },
        {
            "start": 844034826,
            "stop": 844044193
        },
        {
            "start": 844044230,
            "stop": 844044231
        },
        {
            "start": 844044670,
            "stop": 844047063
        },
        {
            "start": 844047253,
            "stop": 844066095
        },
        {
            "start": 844067787,
            "stop": 844085353
        },
        {
            "start": 844085359,
            "stop": 844085360
        },
        {
            "start": 844085670,
            "stop": 844088173
        },
        {
            "start": 844097593,
            "stop": 844097653
        },
        {
            "start": 844097705,
            "stop": 844097708
        },
        {
            "start": 844097770,
            "stop": 844109934
        },
        {
            "start": 844110137,
            "stop": 844111382
        },
        {
            "start": 844111482,
            "stop": 844114273
        },
        {
            "start": 844114275,
            "stop": 844114278
        },
        {
            "start": 844117025,
            "stop": 844118742
        },
        {
            "start": 844121490,
            "stop": 844123276
        },
        {
            "start": 844123560,
            "stop": 844127279
        }
    ]
}