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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=291",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 292,
    "results": [
        {
            "start": 821649297,
            "stop": 821649765
        },
        {
            "start": 821649772,
            "stop": 821649972
        },
        {
            "start": 821650135,
            "stop": 821650430
        },
        {
            "start": 821650510,
            "stop": 821651810
        },
        {
            "start": 821651890,
            "stop": 821652120
        },
        {
            "start": 821652250,
            "stop": 821652540
        },
        {
            "start": 821652660,
            "stop": 821652710
        },
        {
            "start": 821652790,
            "stop": 821652875
        },
        {
            "start": 821652882,
            "stop": 821652944
        },
        {
            "start": 821652953,
            "stop": 821652960
        },
        {
            "start": 821653020,
            "stop": 821653080
        },
        {
            "start": 821653140,
            "stop": 821653200
        },
        {
            "start": 821653260,
            "stop": 821653289
        },
        {
            "start": 821653296,
            "stop": 821653453
        },
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821654487
        },
        {
            "start": 821654494,
            "stop": 821654575
        },
        {
            "start": 821654582,
            "stop": 821654640
        },
        {
            "start": 821654830,
            "stop": 821654900
        },
        {
            "start": 821654908,
            "stop": 821655350
        }
    ]
}