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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=290",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 291,
    "results": [
        {
            "start": 821694998,
            "stop": 821695005
        },
        {
            "start": 821695008,
            "stop": 821695023
        },
        {
            "start": 821695026,
            "stop": 821695033
        },
        {
            "start": 821695039,
            "stop": 821695058
        },
        {
            "start": 821695061,
            "stop": 821695171
        },
        {
            "start": 821695174,
            "stop": 821695204
        },
        {
            "start": 821695207,
            "stop": 821695228
        },
        {
            "start": 821695231,
            "stop": 821695247
        },
        {
            "start": 821695250,
            "stop": 821695270
        },
        {
            "start": 821695281,
            "stop": 821695286
        },
        {
            "start": 821695289,
            "stop": 821695298
        },
        {
            "start": 821695301,
            "stop": 821695314
        },
        {
            "start": 821695317,
            "stop": 821695346
        },
        {
            "start": 821695351,
            "stop": 821695367
        },
        {
            "start": 821695370,
            "stop": 821695387
        },
        {
            "start": 821695391,
            "stop": 821695395
        },
        {
            "start": 821695398,
            "stop": 821695422
        },
        {
            "start": 821695425,
            "stop": 821695442
        },
        {
            "start": 821695445,
            "stop": 821695457
        },
        {
            "start": 821695464,
            "stop": 821695469
        }
    ]
}