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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=278",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 279,
    "results": [
        {
            "start": 821805825,
            "stop": 821805837
        },
        {
            "start": 821805842,
            "stop": 821805924
        },
        {
            "start": 821805929,
            "stop": 821805947
        },
        {
            "start": 821806060,
            "stop": 821806066
        },
        {
            "start": 821914417,
            "stop": 821915221
        },
        {
            "start": 821915228,
            "stop": 821917467
        },
        {
            "start": 821917474,
            "stop": 821919846
        },
        {
            "start": 821919994,
            "stop": 821923642
        },
        {
            "start": 821923648,
            "stop": 821923758
        },
        {
            "start": 821923763,
            "stop": 821923780
        },
        {
            "start": 821923788,
            "stop": 821924413
        },
        {
            "start": 821924420,
            "stop": 821928326
        },
        {
            "start": 821928832,
            "stop": 821933612
        },
        {
            "start": 821933699,
            "stop": 821942247
        },
        {
            "start": 821942334,
            "stop": 821949519
        },
        {
            "start": 821949526,
            "stop": 821954110
        },
        {
            "start": 821954122,
            "stop": 821954132
        },
        {
            "start": 821954138,
            "stop": 821954145
        },
        {
            "start": 821954165,
            "stop": 821954197
        },
        {
            "start": 821955353,
            "stop": 821966257
        }
    ]
}