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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4982",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4983,
    "results": [
        {
            "start": 874433150,
            "stop": 874433190
        },
        {
            "start": 874433209,
            "stop": 874433228
        },
        {
            "start": 874433247,
            "stop": 874433349
        },
        {
            "start": 874433585,
            "stop": 874433593
        },
        {
            "start": 874433615,
            "stop": 874433683
        },
        {
            "start": 874433702,
            "stop": 874434030
        },
        {
            "start": 874434061,
            "stop": 874434108
        },
        {
            "start": 874434127,
            "stop": 874434153
        },
        {
            "start": 874434172,
            "stop": 874434179
        },
        {
            "start": 874434220,
            "stop": 874434226
        },
        {
            "start": 874434257,
            "stop": 874434422
        },
        {
            "start": 874434444,
            "stop": 874434503
        },
        {
            "start": 874434524,
            "stop": 874434594
        },
        {
            "start": 874434613,
            "stop": 874434621
        },
        {
            "start": 874434640,
            "stop": 874434701
        },
        {
            "start": 874434720,
            "stop": 874434771
        },
        {
            "start": 874434798,
            "stop": 874434806
        },
        {
            "start": 874434825,
            "stop": 874434856
        },
        {
            "start": 874434876,
            "stop": 874434921
        },
        {
            "start": 874434940,
            "stop": 874434948
        }
    ]
}