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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=194",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 195,
    "results": [
        {
            "start": 820563687,
            "stop": 820563783
        },
        {
            "start": 820563797,
            "stop": 820564183
        },
        {
            "start": 820564191,
            "stop": 820564532
        },
        {
            "start": 820564539,
            "stop": 820564646
        },
        {
            "start": 820564653,
            "stop": 820565108
        },
        {
            "start": 820565116,
            "stop": 820565210
        },
        {
            "start": 820565290,
            "stop": 820565612
        },
        {
            "start": 820565620,
            "stop": 820566327
        },
        {
            "start": 820566335,
            "stop": 820566501
        },
        {
            "start": 820566508,
            "stop": 820566731
        },
        {
            "start": 820566738,
            "stop": 820566746
        },
        {
            "start": 820566754,
            "stop": 820566918
        },
        {
            "start": 820566925,
            "stop": 820568321
        },
        {
            "start": 820568328,
            "stop": 820570476
        },
        {
            "start": 820570483,
            "stop": 820571894
        },
        {
            "start": 820571908,
            "stop": 820571936
        },
        {
            "start": 820571943,
            "stop": 820573637
        },
        {
            "start": 820573644,
            "stop": 820574298
        },
        {
            "start": 820574311,
            "stop": 820574451
        },
        {
            "start": 820574459,
            "stop": 820574763
        }
    ]
}