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=8614
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=8615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8613",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8614,
    "results": [
        {
            "start": 870965176,
            "stop": 870967492
        },
        {
            "start": 870967509,
            "stop": 870968426
        },
        {
            "start": 870968443,
            "stop": 870968789
        },
        {
            "start": 870968806,
            "stop": 870974751
        },
        {
            "start": 870974768,
            "stop": 870976200
        },
        {
            "start": 870976260,
            "stop": 870979176
        },
        {
            "start": 870979216,
            "stop": 870980881
        },
        {
            "start": 870982122,
            "stop": 870991050
        },
        {
            "start": 870991110,
            "stop": 870991560
        },
        {
            "start": 870991620,
            "stop": 870991627
        },
        {
            "start": 870992785,
            "stop": 870994410
        },
        {
            "start": 870994530,
            "stop": 870994680
        },
        {
            "start": 870994740,
            "stop": 870994976
        },
        {
            "start": 870994993,
            "stop": 870995569
        },
        {
            "start": 870995586,
            "stop": 870996113
        },
        {
            "start": 870996130,
            "stop": 870996581
        },
        {
            "start": 870996598,
            "stop": 870997264
        },
        {
            "start": 870997281,
            "stop": 870997442
        },
        {
            "start": 870997459,
            "stop": 870998040
        },
        {
            "start": 870998100,
            "stop": 871001460
        }
    ]
}