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=5013
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=5014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5012",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5013,
    "results": [
        {
            "start": 872333220,
            "stop": 872333295
        },
        {
            "start": 872333312,
            "stop": 872333367
        },
        {
            "start": 872333407,
            "stop": 872333519
        },
        {
            "start": 872333572,
            "stop": 872333619
        },
        {
            "start": 872333690,
            "stop": 872333744
        },
        {
            "start": 872333814,
            "stop": 872333841
        },
        {
            "start": 872333905,
            "stop": 872333912
        },
        {
            "start": 872333992,
            "stop": 872334073
        },
        {
            "start": 872334109,
            "stop": 872334221
        },
        {
            "start": 872334288,
            "stop": 872334322
        },
        {
            "start": 872334358,
            "stop": 872334580
        },
        {
            "start": 872334625,
            "stop": 872334731
        },
        {
            "start": 872334748,
            "stop": 872335459
        },
        {
            "start": 872335476,
            "stop": 872336414
        },
        {
            "start": 872336451,
            "stop": 872336605
        },
        {
            "start": 872336646,
            "stop": 872336706
        },
        {
            "start": 872336744,
            "stop": 872337054
        },
        {
            "start": 872337117,
            "stop": 872337124
        },
        {
            "start": 872337160,
            "stop": 872337376
        },
        {
            "start": 872337412,
            "stop": 872337488
        }
    ]
}