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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=321",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 322,
    "results": [
        {
            "start": 821416104,
            "stop": 821417277
        },
        {
            "start": 821417397,
            "stop": 821417437
        },
        {
            "start": 821417557,
            "stop": 821421169
        },
        {
            "start": 821421289,
            "stop": 821421675
        },
        {
            "start": 821421795,
            "stop": 821427101
        },
        {
            "start": 821427104,
            "stop": 821431800
        },
        {
            "start": 821431860,
            "stop": 821432673
        },
        {
            "start": 821432793,
            "stop": 821432837
        },
        {
            "start": 821432957,
            "stop": 821433504
        },
        {
            "start": 821433536,
            "stop": 821435712
        },
        {
            "start": 821435744,
            "stop": 821447488
        },
        {
            "start": 821447936,
            "stop": 821449860
        },
        {
            "start": 821449920,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821454840
        },
        {
            "start": 821454900,
            "stop": 821456719
        },
        {
            "start": 821462032,
            "stop": 821462220
        },
        {
            "start": 821462280,
            "stop": 821462580
        },
        {
            "start": 821462640,
            "stop": 821462672
        },
        {
            "start": 821462689,
            "stop": 821462776
        },
        {
            "start": 821462793,
            "stop": 821463060
        }
    ]
}