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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=272",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 273,
    "results": [
        {
            "start": 934250117,
            "stop": 934250129
        },
        {
            "start": 934257869,
            "stop": 934257989
        },
        {
            "start": 934258049,
            "stop": 934258349
        },
        {
            "start": 934258409,
            "stop": 934258529
        },
        {
            "start": 934258589,
            "stop": 934258639
        },
        {
            "start": 934258642,
            "stop": 934258889
        },
        {
            "start": 934258949,
            "stop": 934259609
        },
        {
            "start": 934259729,
            "stop": 934260045
        },
        {
            "start": 934260048,
            "stop": 934260056
        },
        {
            "start": 934260058,
            "stop": 934260061
        },
        {
            "start": 934260063,
            "stop": 934260569
        },
        {
            "start": 934260629,
            "stop": 934260749
        },
        {
            "start": 934260869,
            "stop": 934261215
        },
        {
            "start": 934261455,
            "stop": 934261708
        },
        {
            "start": 934261710,
            "stop": 934261729
        },
        {
            "start": 934261731,
            "stop": 934261760
        },
        {
            "start": 934261762,
            "stop": 934261769
        },
        {
            "start": 934261774,
            "stop": 934261881
        },
        {
            "start": 934265631,
            "stop": 934266455
        },
        {
            "start": 934266457,
            "stop": 934267289
        }
    ]
}