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=7454
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=7455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7453",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7454,
    "results": [
        {
            "start": 969997847,
            "stop": 969997912
        },
        {
            "start": 969997915,
            "stop": 969997920
        },
        {
            "start": 969997923,
            "stop": 969997975
        },
        {
            "start": 969997978,
            "stop": 969998099
        },
        {
            "start": 969998103,
            "stop": 969998267
        },
        {
            "start": 969998399,
            "stop": 969998410
        },
        {
            "start": 969998413,
            "stop": 969998745
        },
        {
            "start": 969998927,
            "stop": 969999196
        },
        {
            "start": 969999199,
            "stop": 969999227
        },
        {
            "start": 969999287,
            "stop": 969999325
        },
        {
            "start": 969999328,
            "stop": 969999629
        },
        {
            "start": 969999632,
            "stop": 969999914
        },
        {
            "start": 969999917,
            "stop": 969999932
        },
        {
            "start": 969999935,
            "stop": 969999952
        },
        {
            "start": 969999955,
            "stop": 970000079
        },
        {
            "start": 970000119,
            "stop": 970000190
        },
        {
            "start": 970000193,
            "stop": 970000222
        },
        {
            "start": 970000225,
            "stop": 970000487
        },
        {
            "start": 970000667,
            "stop": 970000742
        },
        {
            "start": 970000745,
            "stop": 970000807
        }
    ]
}