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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=74",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 75,
    "results": [
        {
            "start": 816513036,
            "stop": 816513048
        },
        {
            "start": 816513062,
            "stop": 816513068
        },
        {
            "start": 816513084,
            "stop": 816513887
        },
        {
            "start": 816513890,
            "stop": 816514533
        },
        {
            "start": 816514541,
            "stop": 816514613
        },
        {
            "start": 816514616,
            "stop": 816514948
        },
        {
            "start": 816514977,
            "stop": 816515276
        },
        {
            "start": 816515280,
            "stop": 816516513
        },
        {
            "start": 816516516,
            "stop": 816516520
        },
        {
            "start": 816516526,
            "stop": 816516814
        },
        {
            "start": 816516817,
            "stop": 816516918
        },
        {
            "start": 816516924,
            "stop": 816518034
        },
        {
            "start": 816518038,
            "stop": 816518473
        },
        {
            "start": 816520882,
            "stop": 816523197
        },
        {
            "start": 816523201,
            "stop": 816523951
        },
        {
            "start": 816523956,
            "stop": 816523991
        },
        {
            "start": 816523995,
            "stop": 816525635
        },
        {
            "start": 816525639,
            "stop": 816525730
        },
        {
            "start": 816525734,
            "stop": 816526093
        },
        {
            "start": 816527115,
            "stop": 816527119
        }
    ]
}