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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8967",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8968,
    "results": [
        {
            "start": 873796219,
            "stop": 873796268
        },
        {
            "start": 873796314,
            "stop": 873796325
        },
        {
            "start": 873796342,
            "stop": 873796444
        },
        {
            "start": 873796461,
            "stop": 873796484
        },
        {
            "start": 873796503,
            "stop": 873796698
        },
        {
            "start": 873796717,
            "stop": 873796958
        },
        {
            "start": 873796977,
            "stop": 873796980
        },
        {
            "start": 873797040,
            "stop": 873797114
        },
        {
            "start": 873797892,
            "stop": 873797968
        },
        {
            "start": 873798472,
            "stop": 873798474
        },
        {
            "start": 873798493,
            "stop": 873798606
        },
        {
            "start": 873798632,
            "stop": 873798691
        },
        {
            "start": 873798722,
            "stop": 873798770
        },
        {
            "start": 873798804,
            "stop": 873798837
        },
        {
            "start": 873798857,
            "stop": 873798968
        },
        {
            "start": 873798985,
            "stop": 873799109
        },
        {
            "start": 873799128,
            "stop": 873799167
        },
        {
            "start": 873799214,
            "stop": 873799364
        },
        {
            "start": 873799384,
            "stop": 873799572
        },
        {
            "start": 873799592,
            "stop": 873799618
        }
    ]
}