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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=313",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 314,
    "results": [
        {
            "start": 822351070,
            "stop": 822351412
        },
        {
            "start": 822351419,
            "stop": 822351540
        },
        {
            "start": 822351600,
            "stop": 822351673
        },
        {
            "start": 822351875,
            "stop": 822351888
        },
        {
            "start": 822351895,
            "stop": 822351964
        },
        {
            "start": 822352040,
            "stop": 822352200
        },
        {
            "start": 822352260,
            "stop": 822352560
        },
        {
            "start": 822352620,
            "stop": 822352740
        },
        {
            "start": 822352800,
            "stop": 822352993
        },
        {
            "start": 822354283,
            "stop": 822355632
        },
        {
            "start": 822355639,
            "stop": 822355895
        },
        {
            "start": 822355902,
            "stop": 822357613
        },
        {
            "start": 822358351,
            "stop": 822359029
        },
        {
            "start": 822359037,
            "stop": 822359414
        },
        {
            "start": 822359418,
            "stop": 822359882
        },
        {
            "start": 822359889,
            "stop": 822361453
        },
        {
            "start": 822361480,
            "stop": 822361481
        },
        {
            "start": 822361555,
            "stop": 822361945
        },
        {
            "start": 822361952,
            "stop": 822364805
        },
        {
            "start": 822364812,
            "stop": 822364921
        }
    ]
}