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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4248",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4249,
    "results": [
        {
            "start": 874580573,
            "stop": 874580640
        },
        {
            "start": 874580700,
            "stop": 874580796
        },
        {
            "start": 874580815,
            "stop": 874580839
        },
        {
            "start": 874580858,
            "stop": 874580926
        },
        {
            "start": 874580945,
            "stop": 874580956
        },
        {
            "start": 874580975,
            "stop": 874580995
        },
        {
            "start": 874581014,
            "stop": 874581092
        },
        {
            "start": 874581111,
            "stop": 874581118
        },
        {
            "start": 874581138,
            "stop": 874581188
        },
        {
            "start": 874581207,
            "stop": 874581240
        },
        {
            "start": 874581300,
            "stop": 874581412
        },
        {
            "start": 874581431,
            "stop": 874581484
        },
        {
            "start": 874581517,
            "stop": 874581700
        },
        {
            "start": 874581719,
            "stop": 874581722
        },
        {
            "start": 874581742,
            "stop": 874581856
        },
        {
            "start": 874581875,
            "stop": 874581906
        },
        {
            "start": 874581925,
            "stop": 874582126
        },
        {
            "start": 874582145,
            "stop": 874582167
        },
        {
            "start": 874582186,
            "stop": 874582189
        },
        {
            "start": 874582208,
            "stop": 874582271
        }
    ]
}