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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8708",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8709,
    "results": [
        {
            "start": 872345774,
            "stop": 872345775
        },
        {
            "start": 872346505,
            "stop": 872346574
        },
        {
            "start": 872346694,
            "stop": 872346846
        },
        {
            "start": 872346863,
            "stop": 872346943
        },
        {
            "start": 872347063,
            "stop": 872347756
        },
        {
            "start": 872347773,
            "stop": 872347776
        },
        {
            "start": 872347802,
            "stop": 872348091
        },
        {
            "start": 872348108,
            "stop": 872348183
        },
        {
            "start": 872348200,
            "stop": 872348255
        },
        {
            "start": 872348426,
            "stop": 872348452
        },
        {
            "start": 872365308,
            "stop": 872365460
        },
        {
            "start": 872365475,
            "stop": 872365565
        },
        {
            "start": 872365574,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368570,
            "stop": 872368699
        },
        {
            "start": 872368819,
            "stop": 872369585
        },
        {
            "start": 872369602,
            "stop": 872369810
        },
        {
            "start": 872369890,
            "stop": 872370710
        },
        {
            "start": 872370790,
            "stop": 872371146
        },
        {
            "start": 872371266,
            "stop": 872371660
        }
    ]
}