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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=129",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 130,
    "results": [
        {
            "start": 819999923,
            "stop": 819999926
        },
        {
            "start": 819999930,
            "stop": 819999957
        },
        {
            "start": 819999960,
            "stop": 819999964
        },
        {
            "start": 819999968,
            "stop": 820000015
        },
        {
            "start": 820000018,
            "stop": 820000091
        },
        {
            "start": 820000095,
            "stop": 820000437
        },
        {
            "start": 820000467,
            "stop": 820000520
        },
        {
            "start": 820000524,
            "stop": 820000913
        },
        {
            "start": 820000916,
            "stop": 820000964
        },
        {
            "start": 820000967,
            "stop": 820000995
        },
        {
            "start": 820000998,
            "stop": 820001282
        },
        {
            "start": 820001285,
            "stop": 820001332
        },
        {
            "start": 820001335,
            "stop": 820001402
        },
        {
            "start": 820001406,
            "stop": 820001648
        },
        {
            "start": 820001651,
            "stop": 820001713
        },
        {
            "start": 820002434,
            "stop": 820002592
        },
        {
            "start": 820002595,
            "stop": 820002609
        },
        {
            "start": 820002612,
            "stop": 820002661
        },
        {
            "start": 820026973,
            "stop": 820027322
        },
        {
            "start": 820027325,
            "stop": 820027816
        }
    ]
}