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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=317",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 318,
    "results": [
        {
            "start": 821270865,
            "stop": 821271644
        },
        {
            "start": 821271661,
            "stop": 821275162
        },
        {
            "start": 821275165,
            "stop": 821275717
        },
        {
            "start": 821275720,
            "stop": 821277217
        },
        {
            "start": 821277220,
            "stop": 821279132
        },
        {
            "start": 821279136,
            "stop": 821279550
        },
        {
            "start": 821279670,
            "stop": 821284167
        },
        {
            "start": 821284171,
            "stop": 821285640
        },
        {
            "start": 821285760,
            "stop": 821285919
        },
        {
            "start": 821285922,
            "stop": 821286256
        },
        {
            "start": 821286376,
            "stop": 821286542
        },
        {
            "start": 821286546,
            "stop": 821286822
        },
        {
            "start": 821286839,
            "stop": 821287162
        },
        {
            "start": 821288674,
            "stop": 821290500
        },
        {
            "start": 821290680,
            "stop": 821292110
        },
        {
            "start": 821292230,
            "stop": 821292249
        },
        {
            "start": 821292369,
            "stop": 821293670
        },
        {
            "start": 821293674,
            "stop": 821294519
        },
        {
            "start": 821294522,
            "stop": 821296321
        },
        {
            "start": 821296441,
            "stop": 821297873
        }
    ]
}