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=8688
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=8689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8687",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8688,
    "results": [
        {
            "start": 872055900,
            "stop": 872056728
        },
        {
            "start": 872056745,
            "stop": 872057548
        },
        {
            "start": 872057565,
            "stop": 872058334
        },
        {
            "start": 872058454,
            "stop": 872058627
        },
        {
            "start": 872058644,
            "stop": 872061000
        },
        {
            "start": 872061120,
            "stop": 872067770
        },
        {
            "start": 872067850,
            "stop": 872071020
        },
        {
            "start": 872071080,
            "stop": 872072365
        },
        {
            "start": 872072382,
            "stop": 872072834
        },
        {
            "start": 872072851,
            "stop": 872074056
        },
        {
            "start": 872074073,
            "stop": 872077140
        },
        {
            "start": 872077200,
            "stop": 872077790
        },
        {
            "start": 872077870,
            "stop": 872081137
        },
        {
            "start": 872081154,
            "stop": 872081551
        },
        {
            "start": 872081568,
            "stop": 872082527
        },
        {
            "start": 872082647,
            "stop": 872083010
        },
        {
            "start": 872083090,
            "stop": 872084749
        },
        {
            "start": 872084766,
            "stop": 872086012
        },
        {
            "start": 872086132,
            "stop": 872087071
        },
        {
            "start": 872087295,
            "stop": 872087908
        }
    ]
}