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=1948
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=1949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1947",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1948,
    "results": [
        {
            "start": 852155097,
            "stop": 852156147
        },
        {
            "start": 852156447,
            "stop": 852177276
        },
        {
            "start": 852177279,
            "stop": 852210787
        },
        {
            "start": 852210789,
            "stop": 852211954
        },
        {
            "start": 852211956,
            "stop": 852212070
        },
        {
            "start": 852212190,
            "stop": 852212250
        },
        {
            "start": 852212310,
            "stop": 852212321
        },
        {
            "start": 852246896,
            "stop": 852247288
        },
        {
            "start": 852247833,
            "stop": 852249066
        },
        {
            "start": 852249176,
            "stop": 852250415
        },
        {
            "start": 852250715,
            "stop": 852250935
        },
        {
            "start": 852251275,
            "stop": 852251516
        },
        {
            "start": 852251626,
            "stop": 852251779
        },
        {
            "start": 852252079,
            "stop": 852263403
        },
        {
            "start": 852263719,
            "stop": 852263810
        },
        {
            "start": 852264126,
            "stop": 852264238
        },
        {
            "start": 852264348,
            "stop": 852265662
        },
        {
            "start": 852265962,
            "stop": 852266115
        },
        {
            "start": 852266415,
            "stop": 852266595
        },
        {
            "start": 852267096,
            "stop": 852276829
        }
    ]
}