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=2204
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=2205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2203",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2204,
    "results": [
        {
            "start": 872594602,
            "stop": 872595026
        },
        {
            "start": 872595116,
            "stop": 872595160
        },
        {
            "start": 872595179,
            "stop": 872595195
        },
        {
            "start": 872595233,
            "stop": 872595263
        },
        {
            "start": 872595282,
            "stop": 872595286
        },
        {
            "start": 872595309,
            "stop": 872595313
        },
        {
            "start": 872595332,
            "stop": 872595366
        },
        {
            "start": 872595385,
            "stop": 872595395
        },
        {
            "start": 872595414,
            "stop": 872595419
        },
        {
            "start": 872595438,
            "stop": 872595517
        },
        {
            "start": 872595536,
            "stop": 872595588
        },
        {
            "start": 872595607,
            "stop": 872595779
        },
        {
            "start": 872595798,
            "stop": 872595891
        },
        {
            "start": 872595923,
            "stop": 872596133
        },
        {
            "start": 872596152,
            "stop": 872596442
        },
        {
            "start": 872596466,
            "stop": 872596468
        },
        {
            "start": 872596490,
            "stop": 872596652
        },
        {
            "start": 872596682,
            "stop": 872596683
        },
        {
            "start": 872596703,
            "stop": 872596742
        },
        {
            "start": 872596783,
            "stop": 872596811
        }
    ]
}