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=3588
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=3589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3587",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3588,
    "results": [
        {
            "start": 871852860,
            "stop": 871853480
        },
        {
            "start": 871853520,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871858783
        },
        {
            "start": 871858800,
            "stop": 871859262
        },
        {
            "start": 871859279,
            "stop": 871859574
        },
        {
            "start": 871859591,
            "stop": 871859880
        },
        {
            "start": 871859940,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871860554
        },
        {
            "start": 871860588,
            "stop": 871861222
        },
        {
            "start": 871861239,
            "stop": 871861281
        },
        {
            "start": 871861298,
            "stop": 871861305
        },
        {
            "start": 871861322,
            "stop": 871861454
        },
        {
            "start": 871861471,
            "stop": 871861582
        },
        {
            "start": 871861599,
            "stop": 871861608
        },
        {
            "start": 871861625,
            "stop": 871861695
        },
        {
            "start": 871861728,
            "stop": 871861837
        },
        {
            "start": 871861854,
            "stop": 871862113
        },
        {
            "start": 871862130,
            "stop": 871862235
        },
        {
            "start": 871862252,
            "stop": 871862427
        },
        {
            "start": 871862444,
            "stop": 871862453
        }
    ]
}