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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2238",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2239,
    "results": [
        {
            "start": 873193748,
            "stop": 873193781
        },
        {
            "start": 873193800,
            "stop": 873193908
        },
        {
            "start": 873193953,
            "stop": 873193968
        },
        {
            "start": 873193990,
            "stop": 873194034
        },
        {
            "start": 873194099,
            "stop": 873194185
        },
        {
            "start": 873194209,
            "stop": 873194210
        },
        {
            "start": 873194236,
            "stop": 873195141
        },
        {
            "start": 873195160,
            "stop": 873195418
        },
        {
            "start": 873195458,
            "stop": 873195493
        },
        {
            "start": 873195521,
            "stop": 873195525
        },
        {
            "start": 873195553,
            "stop": 873195597
        },
        {
            "start": 873195616,
            "stop": 873195617
        },
        {
            "start": 873195636,
            "stop": 873195897
        },
        {
            "start": 873195921,
            "stop": 873195932
        },
        {
            "start": 873195964,
            "stop": 873195977
        },
        {
            "start": 873195996,
            "stop": 873196044
        },
        {
            "start": 873196063,
            "stop": 873196218
        },
        {
            "start": 873196237,
            "stop": 873196238
        },
        {
            "start": 873196257,
            "stop": 873196336
        },
        {
            "start": 873196385,
            "stop": 873196463
        }
    ]
}