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=746
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=747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=745",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 746,
    "results": [
        {
            "start": 830692389,
            "stop": 830693501
        },
        {
            "start": 830693504,
            "stop": 830693520
        },
        {
            "start": 830693580,
            "stop": 830693702
        },
        {
            "start": 830693705,
            "stop": 830695763
        },
        {
            "start": 830698359,
            "stop": 830698485
        },
        {
            "start": 830698489,
            "stop": 830698787
        },
        {
            "start": 830698790,
            "stop": 830698986
        },
        {
            "start": 830698989,
            "stop": 830702286
        },
        {
            "start": 830702640,
            "stop": 830704638
        },
        {
            "start": 830704641,
            "stop": 830704687
        },
        {
            "start": 830704705,
            "stop": 830705661
        },
        {
            "start": 830720487,
            "stop": 830720603
        },
        {
            "start": 830720606,
            "stop": 830721500
        },
        {
            "start": 830721519,
            "stop": 830721525
        },
        {
            "start": 830721547,
            "stop": 830721580
        },
        {
            "start": 830721598,
            "stop": 830721599
        },
        {
            "start": 830721616,
            "stop": 830721985
        },
        {
            "start": 830722285,
            "stop": 830722522
        },
        {
            "start": 830723091,
            "stop": 830723232
        },
        {
            "start": 830723264,
            "stop": 830725432
        }
    ]
}