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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=239",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 240,
    "results": [
        {
            "start": 820858032,
            "stop": 820858070
        },
        {
            "start": 820858150,
            "stop": 820858153
        },
        {
            "start": 820858194,
            "stop": 820858196
        },
        {
            "start": 820859713,
            "stop": 820860060
        },
        {
            "start": 820860067,
            "stop": 820860307
        },
        {
            "start": 820860314,
            "stop": 820860461
        },
        {
            "start": 820860468,
            "stop": 820860530
        },
        {
            "start": 820860610,
            "stop": 820860733
        },
        {
            "start": 820861472,
            "stop": 820861560
        },
        {
            "start": 820861620,
            "stop": 820861633
        },
        {
            "start": 820861675,
            "stop": 820861676
        },
        {
            "start": 820862326,
            "stop": 820862383
        },
        {
            "start": 820862390,
            "stop": 820862460
        },
        {
            "start": 820862700,
            "stop": 820862820
        },
        {
            "start": 820862940,
            "stop": 820863120
        },
        {
            "start": 820863180,
            "stop": 820863540
        },
        {
            "start": 820863600,
            "stop": 820863604
        },
        {
            "start": 820863611,
            "stop": 820863660
        },
        {
            "start": 820863780,
            "stop": 820863793
        },
        {
            "start": 820865924,
            "stop": 820866240
        }
    ]
}