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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=147",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 148,
    "results": [
        {
            "start": 820206751,
            "stop": 820206765
        },
        {
            "start": 820206779,
            "stop": 820206863
        },
        {
            "start": 820206883,
            "stop": 820206929
        },
        {
            "start": 820206942,
            "stop": 820206961
        },
        {
            "start": 820206969,
            "stop": 820207049
        },
        {
            "start": 820207056,
            "stop": 820207096
        },
        {
            "start": 820207104,
            "stop": 820207223
        },
        {
            "start": 820207237,
            "stop": 820207383
        },
        {
            "start": 820207391,
            "stop": 820207396
        },
        {
            "start": 820207403,
            "stop": 820207434
        },
        {
            "start": 820207452,
            "stop": 820207475
        },
        {
            "start": 820207483,
            "stop": 820207551
        },
        {
            "start": 820207558,
            "stop": 820207617
        },
        {
            "start": 820207625,
            "stop": 820207676
        },
        {
            "start": 820207683,
            "stop": 820207705
        },
        {
            "start": 820207713,
            "stop": 820207721
        },
        {
            "start": 820207728,
            "stop": 820207868
        },
        {
            "start": 820207894,
            "stop": 820207919
        },
        {
            "start": 820207926,
            "stop": 820207992
        },
        {
            "start": 820208000,
            "stop": 820208107
        }
    ]
}