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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=229",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 230,
    "results": [
        {
            "start": 934012570,
            "stop": 934012815
        },
        {
            "start": 934015221,
            "stop": 934015574
        },
        {
            "start": 934015577,
            "stop": 934015889
        },
        {
            "start": 934015949,
            "stop": 934016415
        },
        {
            "start": 934018635,
            "stop": 934019309
        },
        {
            "start": 934019369,
            "stop": 934019609
        },
        {
            "start": 934019669,
            "stop": 934019849
        },
        {
            "start": 934019909,
            "stop": 934020015
        },
        {
            "start": 934022235,
            "stop": 934022249
        },
        {
            "start": 934022369,
            "stop": 934022429
        },
        {
            "start": 934022669,
            "stop": 934023209
        },
        {
            "start": 934023404,
            "stop": 934023449
        },
        {
            "start": 934023509,
            "stop": 934023615
        },
        {
            "start": 934025835,
            "stop": 934027067
        },
        {
            "start": 934027070,
            "stop": 934027177
        },
        {
            "start": 934027180,
            "stop": 934027215
        },
        {
            "start": 934029435,
            "stop": 934029808
        },
        {
            "start": 934029810,
            "stop": 934029909
        },
        {
            "start": 934033035,
            "stop": 934033344
        },
        {
            "start": 934033507,
            "stop": 934033639
        }
    ]
}