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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8552",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8553,
    "results": [
        {
            "start": 869978927,
            "stop": 869979712
        },
        {
            "start": 869979729,
            "stop": 869979751
        },
        {
            "start": 869979768,
            "stop": 869979891
        },
        {
            "start": 869979908,
            "stop": 869980929
        },
        {
            "start": 869980946,
            "stop": 869982910
        },
        {
            "start": 869982927,
            "stop": 869985024
        },
        {
            "start": 869985063,
            "stop": 869986235
        },
        {
            "start": 869986252,
            "stop": 869986614
        },
        {
            "start": 869986734,
            "stop": 869986910
        },
        {
            "start": 869987241,
            "stop": 869987435
        },
        {
            "start": 869987555,
            "stop": 869987760
        },
        {
            "start": 869987820,
            "stop": 869989398
        },
        {
            "start": 869989415,
            "stop": 869991173
        },
        {
            "start": 869991190,
            "stop": 869992028
        },
        {
            "start": 869993355,
            "stop": 869995286
        },
        {
            "start": 869995303,
            "stop": 869995691
        },
        {
            "start": 869995708,
            "stop": 869995932
        },
        {
            "start": 869996050,
            "stop": 869998567
        },
        {
            "start": 869998584,
            "stop": 870000223
        },
        {
            "start": 870000255,
            "stop": 870001989
        }
    ]
}