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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=245",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 246,
    "results": [
        {
            "start": 821683052,
            "stop": 821683053
        },
        {
            "start": 821683056,
            "stop": 821683062
        },
        {
            "start": 821683065,
            "stop": 821683066
        },
        {
            "start": 821683071,
            "stop": 821683074
        },
        {
            "start": 821683083,
            "stop": 821683088
        },
        {
            "start": 821683091,
            "stop": 821683098
        },
        {
            "start": 821683101,
            "stop": 821683104
        },
        {
            "start": 821683107,
            "stop": 821683133
        },
        {
            "start": 821683136,
            "stop": 821683145
        },
        {
            "start": 821683148,
            "stop": 821683156
        },
        {
            "start": 821683159,
            "stop": 821683160
        },
        {
            "start": 821683163,
            "stop": 821683173
        },
        {
            "start": 821683176,
            "stop": 821683196
        },
        {
            "start": 821683199,
            "stop": 821683227
        },
        {
            "start": 821683230,
            "stop": 821683249
        },
        {
            "start": 821683252,
            "stop": 821683256
        },
        {
            "start": 821683261,
            "stop": 821683283
        },
        {
            "start": 821683286,
            "stop": 821683287
        },
        {
            "start": 821683290,
            "stop": 821683294
        },
        {
            "start": 821683297,
            "stop": 821683305
        }
    ]
}