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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=270",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 271,
    "results": [
        {
            "start": 934233397,
            "stop": 934233820
        },
        {
            "start": 934233822,
            "stop": 934233876
        },
        {
            "start": 934233883,
            "stop": 934233955
        },
        {
            "start": 934233957,
            "stop": 934234009
        },
        {
            "start": 934234014,
            "stop": 934234073
        },
        {
            "start": 934234078,
            "stop": 934234178
        },
        {
            "start": 934234183,
            "stop": 934234268
        },
        {
            "start": 934234270,
            "stop": 934234291
        },
        {
            "start": 934234294,
            "stop": 934234395
        },
        {
            "start": 934234397,
            "stop": 934234487
        },
        {
            "start": 934234489,
            "stop": 934234654
        },
        {
            "start": 934234656,
            "stop": 934235159
        },
        {
            "start": 934235161,
            "stop": 934236015
        },
        {
            "start": 934236255,
            "stop": 934237143
        },
        {
            "start": 934237145,
            "stop": 934237153
        },
        {
            "start": 934237155,
            "stop": 934237201
        },
        {
            "start": 934237204,
            "stop": 934237215
        },
        {
            "start": 934237218,
            "stop": 934237220
        },
        {
            "start": 934237222,
            "stop": 934237350
        },
        {
            "start": 934237352,
            "stop": 934238374
        }
    ]
}