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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=64",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 65,
    "results": [
        {
            "start": 822625813,
            "stop": 822625993
        },
        {
            "start": 822626018,
            "stop": 822626019
        },
        {
            "start": 822626081,
            "stop": 822626293
        },
        {
            "start": 822626297,
            "stop": 822626298
        },
        {
            "start": 822626363,
            "stop": 822626537
        },
        {
            "start": 822626834,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822637993
        },
        {
            "start": 822638011,
            "stop": 822638013
        },
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638150,
            "stop": 822638151
        },
        {
            "start": 822638242,
            "stop": 822639853
        },
        {
            "start": 822639863,
            "stop": 822639864
        },
        {
            "start": 822639913,
            "stop": 822640585
        },
        {
            "start": 822640749,
            "stop": 822641653
        },
        {
            "start": 822641689,
            "stop": 822641690
        },
        {
            "start": 822641757,
            "stop": 822651433
        },
        {
            "start": 822651467,
            "stop": 822651468
        },
        {
            "start": 822651562,
            "stop": 822654193
        },
        {
            "start": 822654206,
            "stop": 822654207
        },
        {
            "start": 822654296,
            "stop": 822665877
        }
    ]
}