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=2211
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=2212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2210",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2211,
    "results": [
        {
            "start": 872685732,
            "stop": 872685939
        },
        {
            "start": 872685956,
            "stop": 872686892
        },
        {
            "start": 872686909,
            "stop": 872690860
        },
        {
            "start": 872690877,
            "stop": 872691227
        },
        {
            "start": 872691998,
            "stop": 872696928
        },
        {
            "start": 872696945,
            "stop": 872697324
        },
        {
            "start": 872699246,
            "stop": 872699257
        },
        {
            "start": 872699299,
            "stop": 872699303
        },
        {
            "start": 872699374,
            "stop": 872699529
        },
        {
            "start": 872699546,
            "stop": 872701305
        },
        {
            "start": 872701570,
            "stop": 872702087
        },
        {
            "start": 872702110,
            "stop": 872702805
        },
        {
            "start": 872703064,
            "stop": 872707930
        },
        {
            "start": 872707936,
            "stop": 872707969
        },
        {
            "start": 872707974,
            "stop": 872708009
        },
        {
            "start": 872708015,
            "stop": 872708097
        },
        {
            "start": 872708115,
            "stop": 872708139
        },
        {
            "start": 872708145,
            "stop": 872708205
        },
        {
            "start": 872708210,
            "stop": 872708223
        },
        {
            "start": 872708240,
            "stop": 872708255
        }
    ]
}