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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5199",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5200,
    "results": [
        {
            "start": 873961844,
            "stop": 873961867
        },
        {
            "start": 873961903,
            "stop": 873962742
        },
        {
            "start": 873962778,
            "stop": 873962918
        },
        {
            "start": 873962925,
            "stop": 873963200
        },
        {
            "start": 873963217,
            "stop": 873963221
        },
        {
            "start": 873963258,
            "stop": 873965286
        },
        {
            "start": 873965322,
            "stop": 873965471
        },
        {
            "start": 873965488,
            "stop": 873965992
        },
        {
            "start": 873966000,
            "stop": 873966438
        },
        {
            "start": 873966445,
            "stop": 873966926
        },
        {
            "start": 873966936,
            "stop": 873966940
        },
        {
            "start": 873966977,
            "stop": 873968089
        },
        {
            "start": 873968106,
            "stop": 873969122
        },
        {
            "start": 873969130,
            "stop": 873969140
        },
        {
            "start": 873970350,
            "stop": 873970581
        },
        {
            "start": 873970617,
            "stop": 873971358
        },
        {
            "start": 873971365,
            "stop": 873971511
        },
        {
            "start": 873971547,
            "stop": 873972372
        },
        {
            "start": 873972389,
            "stop": 873972920
        },
        {
            "start": 873972937,
            "stop": 873973799
        }
    ]
}