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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3938",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3939,
    "results": [
        {
            "start": 874250655,
            "stop": 874250680
        },
        {
            "start": 874250685,
            "stop": 874250758
        },
        {
            "start": 874250761,
            "stop": 874250765
        },
        {
            "start": 874250768,
            "stop": 874250912
        },
        {
            "start": 874250915,
            "stop": 874250921
        },
        {
            "start": 874250924,
            "stop": 874251329
        },
        {
            "start": 874251332,
            "stop": 874252200
        },
        {
            "start": 874252260,
            "stop": 874252268
        },
        {
            "start": 874252269,
            "stop": 874252314
        },
        {
            "start": 874253263,
            "stop": 874253534
        },
        {
            "start": 874253535,
            "stop": 874253536
        },
        {
            "start": 874253537,
            "stop": 874253545
        },
        {
            "start": 874253546,
            "stop": 874257120
        },
        {
            "start": 874257180,
            "stop": 874258680
        },
        {
            "start": 874258800,
            "stop": 874259967
        },
        {
            "start": 874259970,
            "stop": 874260304
        },
        {
            "start": 874260307,
            "stop": 874260328
        },
        {
            "start": 874260331,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874262940
        },
        {
            "start": 874263000,
            "stop": 874263028
        }
    ]
}