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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=608",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 609,
    "results": [
        {
            "start": 828590397,
            "stop": 828590406
        },
        {
            "start": 828590428,
            "stop": 828590442
        },
        {
            "start": 828590461,
            "stop": 828590475
        },
        {
            "start": 828590497,
            "stop": 828590502
        },
        {
            "start": 828590560,
            "stop": 828590563
        },
        {
            "start": 828590587,
            "stop": 828590598
        },
        {
            "start": 828590703,
            "stop": 828590709
        },
        {
            "start": 828590761,
            "stop": 828590795
        },
        {
            "start": 828590837,
            "stop": 828590838
        },
        {
            "start": 828590841,
            "stop": 828590844
        },
        {
            "start": 828590914,
            "stop": 828590969
        },
        {
            "start": 828590990,
            "stop": 828590992
        },
        {
            "start": 828591011,
            "stop": 828591027
        },
        {
            "start": 828591117,
            "stop": 828591123
        },
        {
            "start": 828591526,
            "stop": 828591574
        },
        {
            "start": 828591602,
            "stop": 828591625
        },
        {
            "start": 828591645,
            "stop": 828591659
        },
        {
            "start": 828591678,
            "stop": 828591808
        },
        {
            "start": 828591830,
            "stop": 828591868
        },
        {
            "start": 828591887,
            "stop": 828591908
        }
    ]
}