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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7440",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7438",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7439,
    "results": [
        {
            "start": 970000119,
            "stop": 970000190
        },
        {
            "start": 970000193,
            "stop": 970000222
        },
        {
            "start": 970000225,
            "stop": 970000487
        },
        {
            "start": 970000667,
            "stop": 970000742
        },
        {
            "start": 970000745,
            "stop": 970000807
        },
        {
            "start": 970000810,
            "stop": 970000879
        },
        {
            "start": 970000882,
            "stop": 970000955
        },
        {
            "start": 970000958,
            "stop": 970000984
        },
        {
            "start": 970000987,
            "stop": 970000999
        },
        {
            "start": 970001039,
            "stop": 970001049
        },
        {
            "start": 970001052,
            "stop": 970001087
        },
        {
            "start": 970001162,
            "stop": 970001493
        },
        {
            "start": 970001496,
            "stop": 970001526
        },
        {
            "start": 970001531,
            "stop": 970001539
        },
        {
            "start": 970001542,
            "stop": 970001559
        },
        {
            "start": 970001748,
            "stop": 970001907
        },
        {
            "start": 970001913,
            "stop": 970001970
        },
        {
            "start": 970001973,
            "stop": 970002007
        },
        {
            "start": 970002010,
            "stop": 970002067
        },
        {
            "start": 970002070,
            "stop": 970002127
        }
    ]
}