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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=132",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 133,
    "results": [
        {
            "start": 821521072,
            "stop": 821521081
        },
        {
            "start": 821521084,
            "stop": 821521095
        },
        {
            "start": 821521098,
            "stop": 821521102
        },
        {
            "start": 821521105,
            "stop": 821521107
        },
        {
            "start": 821521111,
            "stop": 821521116
        },
        {
            "start": 821521119,
            "stop": 821521145
        },
        {
            "start": 821521148,
            "stop": 821521153
        },
        {
            "start": 821521158,
            "stop": 821521187
        },
        {
            "start": 821521194,
            "stop": 821521211
        },
        {
            "start": 821521214,
            "stop": 821521222
        },
        {
            "start": 821521225,
            "stop": 821521227
        },
        {
            "start": 821521230,
            "stop": 821521231
        },
        {
            "start": 821521235,
            "stop": 821521239
        },
        {
            "start": 821521244,
            "stop": 821521257
        },
        {
            "start": 821521260,
            "stop": 821521274
        },
        {
            "start": 821521279,
            "stop": 821521294
        },
        {
            "start": 821521297,
            "stop": 821521322
        },
        {
            "start": 821521325,
            "stop": 821521359
        },
        {
            "start": 821521362,
            "stop": 821521373
        },
        {
            "start": 821521376,
            "stop": 821521386
        }
    ]
}