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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=361",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 362,
    "results": [
        {
            "start": 821758303,
            "stop": 821758308
        },
        {
            "start": 821758317,
            "stop": 821758318
        },
        {
            "start": 821758321,
            "stop": 821758322
        },
        {
            "start": 821758326,
            "stop": 821758328
        },
        {
            "start": 821758331,
            "stop": 821758332
        },
        {
            "start": 821758335,
            "stop": 821758339
        },
        {
            "start": 821758344,
            "stop": 821758346
        },
        {
            "start": 821758349,
            "stop": 821758351
        },
        {
            "start": 821758363,
            "stop": 821758372
        },
        {
            "start": 821758379,
            "stop": 821758380
        },
        {
            "start": 821758391,
            "stop": 821758392
        },
        {
            "start": 821758403,
            "stop": 821758406
        },
        {
            "start": 821758417,
            "stop": 821758418
        },
        {
            "start": 821758429,
            "stop": 821758431
        },
        {
            "start": 821758434,
            "stop": 821758442
        },
        {
            "start": 821758445,
            "stop": 821758450
        },
        {
            "start": 821758453,
            "stop": 821758455
        },
        {
            "start": 821758458,
            "stop": 821758466
        },
        {
            "start": 821758470,
            "stop": 821758491
        },
        {
            "start": 821758498,
            "stop": 821758501
        }
    ]
}