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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=217",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 218,
    "results": [
        {
            "start": 821037250,
            "stop": 821037373
        },
        {
            "start": 821037497,
            "stop": 821037553
        },
        {
            "start": 821037841,
            "stop": 821037913
        },
        {
            "start": 821052036,
            "stop": 821052590
        },
        {
            "start": 821052598,
            "stop": 821052913
        },
        {
            "start": 821053056,
            "stop": 821053101
        },
        {
            "start": 821055275,
            "stop": 821055733
        },
        {
            "start": 821056143,
            "stop": 821056333
        },
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821062807,
            "stop": 821062808
        },
        {
            "start": 821063136,
            "stop": 821063168
        },
        {
            "start": 821063176,
            "stop": 821063210
        },
        {
            "start": 821064968,
            "stop": 821065310
        },
        {
            "start": 821065390,
            "stop": 821066640
        },
        {
            "start": 821066820,
            "stop": 821067014
        },
        {
            "start": 821067022,
            "stop": 821067240
        },
        {
            "start": 821067300,
            "stop": 821069558
        },
        {
            "start": 821069565,
            "stop": 821070978
        },
        {
            "start": 821072655,
            "stop": 821073440
        },
        {
            "start": 821073561,
            "stop": 821073736
        }
    ]
}