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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=153",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 154,
    "results": [
        {
            "start": 826564441,
            "stop": 826564442
        },
        {
            "start": 826564449,
            "stop": 826564452
        },
        {
            "start": 826564454,
            "stop": 826564458
        },
        {
            "start": 826564465,
            "stop": 826564472
        },
        {
            "start": 826564481,
            "stop": 826564482
        },
        {
            "start": 826564484,
            "stop": 826564485
        },
        {
            "start": 826564489,
            "stop": 826564491
        },
        {
            "start": 826564496,
            "stop": 826564497
        },
        {
            "start": 826564499,
            "stop": 826564501
        },
        {
            "start": 826564528,
            "stop": 826564529
        },
        {
            "start": 826565254,
            "stop": 826565255
        },
        {
            "start": 826565257,
            "stop": 826565276
        },
        {
            "start": 826565278,
            "stop": 826565296
        },
        {
            "start": 826565298,
            "stop": 826565301
        },
        {
            "start": 826565303,
            "stop": 826565309
        },
        {
            "start": 826565311,
            "stop": 826565313
        },
        {
            "start": 826565317,
            "stop": 826565340
        },
        {
            "start": 826565341,
            "stop": 826565344
        },
        {
            "start": 826565346,
            "stop": 826565352
        },
        {
            "start": 826565358,
            "stop": 826565396
        }
    ]
}