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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=180",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 181,
    "results": [
        {
            "start": 826937793,
            "stop": 826937804
        },
        {
            "start": 826937810,
            "stop": 826937898
        },
        {
            "start": 826937900,
            "stop": 826937901
        },
        {
            "start": 826937908,
            "stop": 826937917
        },
        {
            "start": 826937919,
            "stop": 826937923
        },
        {
            "start": 826937925,
            "stop": 826937944
        },
        {
            "start": 826937952,
            "stop": 826938011
        },
        {
            "start": 826938016,
            "stop": 826938018
        },
        {
            "start": 826938024,
            "stop": 826938026
        },
        {
            "start": 826938032,
            "stop": 826938033
        },
        {
            "start": 826938037,
            "stop": 826938054
        },
        {
            "start": 826938055,
            "stop": 826938060
        },
        {
            "start": 826938063,
            "stop": 826938066
        },
        {
            "start": 826938068,
            "stop": 826938079
        },
        {
            "start": 826938082,
            "stop": 826938083
        },
        {
            "start": 826938087,
            "stop": 826938093
        },
        {
            "start": 826938097,
            "stop": 826938103
        },
        {
            "start": 826938106,
            "stop": 826938112
        },
        {
            "start": 826938114,
            "stop": 826938116
        },
        {
            "start": 826938117,
            "stop": 826938217
        }
    ]
}