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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3193",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3194,
    "results": [
        {
            "start": 870563461,
            "stop": 870563577
        },
        {
            "start": 870563581,
            "stop": 870563601
        },
        {
            "start": 870563605,
            "stop": 870564664
        },
        {
            "start": 870564668,
            "stop": 870564688
        },
        {
            "start": 870564692,
            "stop": 870564698
        },
        {
            "start": 870564706,
            "stop": 870564712
        },
        {
            "start": 870564721,
            "stop": 870564741
        },
        {
            "start": 870564750,
            "stop": 870564756
        },
        {
            "start": 870564764,
            "stop": 870564794
        },
        {
            "start": 870564812,
            "stop": 870566314
        },
        {
            "start": 870566317,
            "stop": 870566331
        },
        {
            "start": 870566335,
            "stop": 870566336
        },
        {
            "start": 870566339,
            "stop": 870566347
        },
        {
            "start": 870566353,
            "stop": 870566500
        },
        {
            "start": 870566503,
            "stop": 870566580
        },
        {
            "start": 870566700,
            "stop": 870566814
        },
        {
            "start": 870566817,
            "stop": 870566820
        },
        {
            "start": 870566880,
            "stop": 870566988
        },
        {
            "start": 870566996,
            "stop": 870567058
        },
        {
            "start": 870567061,
            "stop": 870567294
        }
    ]
}