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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7426",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7427,
    "results": [
        {
            "start": 969965196,
            "stop": 969966171
        },
        {
            "start": 969966174,
            "stop": 969966227
        },
        {
            "start": 969966230,
            "stop": 969966377
        },
        {
            "start": 969966380,
            "stop": 969966390
        },
        {
            "start": 969966393,
            "stop": 969966823
        },
        {
            "start": 969966826,
            "stop": 969966863
        },
        {
            "start": 969966866,
            "stop": 969967029
        },
        {
            "start": 969967032,
            "stop": 969967083
        },
        {
            "start": 969967086,
            "stop": 969967088
        },
        {
            "start": 969967091,
            "stop": 969968889
        },
        {
            "start": 969968892,
            "stop": 969970360
        },
        {
            "start": 969970363,
            "stop": 969971056
        },
        {
            "start": 969971059,
            "stop": 969971293
        },
        {
            "start": 969971296,
            "stop": 969971864
        },
        {
            "start": 969971987,
            "stop": 969972291
        },
        {
            "start": 969972294,
            "stop": 969972587
        },
        {
            "start": 969972767,
            "stop": 969972961
        },
        {
            "start": 969972964,
            "stop": 969973427
        },
        {
            "start": 969973547,
            "stop": 969973877
        },
        {
            "start": 969973880,
            "stop": 969973985
        }
    ]
}