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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=171",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 172,
    "results": [
        {
            "start": 932562950,
            "stop": 932562957
        },
        {
            "start": 932562958,
            "stop": 932562969
        },
        {
            "start": 932562974,
            "stop": 932562978
        },
        {
            "start": 932562980,
            "stop": 932562994
        },
        {
            "start": 932562996,
            "stop": 932562997
        },
        {
            "start": 932562999,
            "stop": 932563009
        },
        {
            "start": 932563011,
            "stop": 932563013
        },
        {
            "start": 932563015,
            "stop": 932563024
        },
        {
            "start": 932563025,
            "stop": 932563036
        },
        {
            "start": 932563045,
            "stop": 932563057
        },
        {
            "start": 932563060,
            "stop": 932563061
        },
        {
            "start": 932563064,
            "stop": 932563068
        },
        {
            "start": 932563069,
            "stop": 932563074
        },
        {
            "start": 932563077,
            "stop": 932563078
        },
        {
            "start": 932563086,
            "stop": 932563101
        },
        {
            "start": 932563102,
            "stop": 932563103
        },
        {
            "start": 932563105,
            "stop": 932563107
        },
        {
            "start": 932563110,
            "stop": 932563112
        },
        {
            "start": 932563113,
            "stop": 932563114
        },
        {
            "start": 932563117,
            "stop": 932563133
        }
    ]
}