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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3643",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3644,
    "results": [
        {
            "start": 872486706,
            "stop": 872487384
        },
        {
            "start": 872487401,
            "stop": 872487552
        },
        {
            "start": 872487581,
            "stop": 872487698
        },
        {
            "start": 872487715,
            "stop": 872490476
        },
        {
            "start": 872490493,
            "stop": 872491341
        },
        {
            "start": 872491358,
            "stop": 872491805
        },
        {
            "start": 872491822,
            "stop": 872492917
        },
        {
            "start": 872492934,
            "stop": 872493768
        },
        {
            "start": 872493785,
            "stop": 872496456
        },
        {
            "start": 872496473,
            "stop": 872498034
        },
        {
            "start": 872498051,
            "stop": 872498854
        },
        {
            "start": 872498871,
            "stop": 872500113
        },
        {
            "start": 872500130,
            "stop": 872501703
        },
        {
            "start": 872501720,
            "stop": 872502291
        },
        {
            "start": 872502308,
            "stop": 872503346
        },
        {
            "start": 872503363,
            "stop": 872503655
        },
        {
            "start": 872503672,
            "stop": 872504175
        },
        {
            "start": 872504192,
            "stop": 872504499
        },
        {
            "start": 872504516,
            "stop": 872504913
        },
        {
            "start": 872504930,
            "stop": 872506559
        }
    ]
}