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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=120",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 121,
    "results": [
        {
            "start": 953238275,
            "stop": 953238278
        },
        {
            "start": 953238288,
            "stop": 953238298
        },
        {
            "start": 953238306,
            "stop": 953238312
        },
        {
            "start": 953238323,
            "stop": 953238324
        },
        {
            "start": 953238336,
            "stop": 953238338
        },
        {
            "start": 953238341,
            "stop": 953238367
        },
        {
            "start": 953238378,
            "stop": 953238392
        },
        {
            "start": 953238396,
            "stop": 953238399
        },
        {
            "start": 953238403,
            "stop": 953238404
        },
        {
            "start": 953238407,
            "stop": 953238408
        },
        {
            "start": 953238413,
            "stop": 953238415
        },
        {
            "start": 953238418,
            "stop": 953238424
        },
        {
            "start": 953238427,
            "stop": 953238443
        },
        {
            "start": 953238446,
            "stop": 953238447
        },
        {
            "start": 953238450,
            "stop": 953238451
        },
        {
            "start": 953238455,
            "stop": 953238456
        },
        {
            "start": 953238464,
            "stop": 953238465
        },
        {
            "start": 953238468,
            "stop": 953238470
        },
        {
            "start": 953238475,
            "stop": 953238477
        },
        {
            "start": 953238480,
            "stop": 953238518
        }
    ]
}