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=7473
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=7474",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7472",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7473,
    "results": [
        {
            "start": 970165859,
            "stop": 970165861
        },
        {
            "start": 970165867,
            "stop": 970165868
        },
        {
            "start": 970165885,
            "stop": 970165889
        },
        {
            "start": 970165897,
            "stop": 970167049
        },
        {
            "start": 970167055,
            "stop": 970167060
        },
        {
            "start": 970167070,
            "stop": 970167098
        },
        {
            "start": 970167107,
            "stop": 970167278
        },
        {
            "start": 970167289,
            "stop": 970167531
        },
        {
            "start": 970167537,
            "stop": 970168269
        },
        {
            "start": 970170027,
            "stop": 970170138
        },
        {
            "start": 970170141,
            "stop": 970170142
        },
        {
            "start": 970170145,
            "stop": 970170147
        },
        {
            "start": 970170150,
            "stop": 970170240
        },
        {
            "start": 970170243,
            "stop": 970170286
        },
        {
            "start": 970170289,
            "stop": 970171169
        },
        {
            "start": 970171177,
            "stop": 970171183
        },
        {
            "start": 970171189,
            "stop": 970171196
        },
        {
            "start": 970171206,
            "stop": 970171215
        },
        {
            "start": 970171221,
            "stop": 970172218
        },
        {
            "start": 970172221,
            "stop": 970174373
        }
    ]
}