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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=360",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 361,
    "results": [
        {
            "start": 821758080,
            "stop": 821758087
        },
        {
            "start": 821758090,
            "stop": 821758099
        },
        {
            "start": 821758102,
            "stop": 821758106
        },
        {
            "start": 821758109,
            "stop": 821758120
        },
        {
            "start": 821758126,
            "stop": 821758128
        },
        {
            "start": 821758135,
            "stop": 821758140
        },
        {
            "start": 821758145,
            "stop": 821758151
        },
        {
            "start": 821758162,
            "stop": 821758163
        },
        {
            "start": 821758176,
            "stop": 821758178
        },
        {
            "start": 821758181,
            "stop": 821758197
        },
        {
            "start": 821758217,
            "stop": 821758218
        },
        {
            "start": 821758224,
            "stop": 821758226
        },
        {
            "start": 821758229,
            "stop": 821758232
        },
        {
            "start": 821758235,
            "stop": 821758239
        },
        {
            "start": 821758244,
            "stop": 821758245
        },
        {
            "start": 821758250,
            "stop": 821758251
        },
        {
            "start": 821758255,
            "stop": 821758262
        },
        {
            "start": 821758270,
            "stop": 821758271
        },
        {
            "start": 821758274,
            "stop": 821758279
        },
        {
            "start": 821758290,
            "stop": 821758298
        }
    ]
}