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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=199",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 200,
    "results": [
        {
            "start": 827026048,
            "stop": 827026052
        },
        {
            "start": 827026056,
            "stop": 827026061
        },
        {
            "start": 827026066,
            "stop": 827026067
        },
        {
            "start": 827026072,
            "stop": 827026082
        },
        {
            "start": 827026086,
            "stop": 827026090
        },
        {
            "start": 827026092,
            "stop": 827026095
        },
        {
            "start": 827026097,
            "stop": 827026104
        },
        {
            "start": 827026106,
            "stop": 827026108
        },
        {
            "start": 827026110,
            "stop": 827026114
        },
        {
            "start": 827026116,
            "stop": 827026119
        },
        {
            "start": 827026123,
            "stop": 827026134
        },
        {
            "start": 827026136,
            "stop": 827026174
        },
        {
            "start": 827026176,
            "stop": 827026181
        },
        {
            "start": 827026183,
            "stop": 827026186
        },
        {
            "start": 827026188,
            "stop": 827026200
        },
        {
            "start": 827026202,
            "stop": 827026203
        },
        {
            "start": 827026205,
            "stop": 827026206
        },
        {
            "start": 827026208,
            "stop": 827026211
        },
        {
            "start": 827026213,
            "stop": 827026219
        },
        {
            "start": 827026221,
            "stop": 827026225
        }
    ]
}