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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=125",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 126,
    "results": [
        {
            "start": 825871300,
            "stop": 825873487
        },
        {
            "start": 825877604,
            "stop": 825877770
        },
        {
            "start": 825877830,
            "stop": 825877890
        },
        {
            "start": 825877950,
            "stop": 825880350
        },
        {
            "start": 825880410,
            "stop": 825880411
        },
        {
            "start": 825882309,
            "stop": 825882524
        },
        {
            "start": 825882824,
            "stop": 825883350
        },
        {
            "start": 825883410,
            "stop": 825883530
        },
        {
            "start": 825883590,
            "stop": 825884010
        },
        {
            "start": 825884070,
            "stop": 825884370
        },
        {
            "start": 825884430,
            "stop": 825889324
        },
        {
            "start": 825895472,
            "stop": 825897062
        },
        {
            "start": 825897362,
            "stop": 825897960
        },
        {
            "start": 825897964,
            "stop": 825898132
        },
        {
            "start": 825898134,
            "stop": 825898650
        },
        {
            "start": 825899536,
            "stop": 825899859
        },
        {
            "start": 825900522,
            "stop": 825900606
        },
        {
            "start": 825900609,
            "stop": 825900719
        },
        {
            "start": 825900722,
            "stop": 825900781
        },
        {
            "start": 825900891,
            "stop": 825903157
        }
    ]
}