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=8560
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=8561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8559",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8560,
    "results": [
        {
            "start": 870106150,
            "stop": 870106664
        },
        {
            "start": 870106681,
            "stop": 870106882
        },
        {
            "start": 870106920,
            "stop": 870106947
        },
        {
            "start": 870107145,
            "stop": 870107271
        },
        {
            "start": 870107400,
            "stop": 870107659
        },
        {
            "start": 870107779,
            "stop": 870108050
        },
        {
            "start": 870108370,
            "stop": 870108733
        },
        {
            "start": 870108750,
            "stop": 870109604
        },
        {
            "start": 870109752,
            "stop": 870109904
        },
        {
            "start": 870110085,
            "stop": 870110270
        },
        {
            "start": 870110410,
            "stop": 870110604
        },
        {
            "start": 870110718,
            "stop": 870110744
        },
        {
            "start": 870110925,
            "stop": 870111863
        },
        {
            "start": 870111983,
            "stop": 870112851
        },
        {
            "start": 870112868,
            "stop": 870113270
        },
        {
            "start": 870113350,
            "stop": 870113450
        },
        {
            "start": 870113530,
            "stop": 870114011
        },
        {
            "start": 870114131,
            "stop": 870114411
        },
        {
            "start": 870114428,
            "stop": 870114432
        },
        {
            "start": 870114449,
            "stop": 870115129
        }
    ]
}