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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=84",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 85,
    "results": [
        {
            "start": 931539988,
            "stop": 931540013
        },
        {
            "start": 931540030,
            "stop": 931540039
        },
        {
            "start": 931540041,
            "stop": 931540067
        },
        {
            "start": 931540110,
            "stop": 931540134
        },
        {
            "start": 931540152,
            "stop": 931540157
        },
        {
            "start": 931540177,
            "stop": 931540182
        },
        {
            "start": 931540250,
            "stop": 931540259
        },
        {
            "start": 931540354,
            "stop": 931540355
        },
        {
            "start": 931572970,
            "stop": 931572980
        },
        {
            "start": 931572987,
            "stop": 931572992
        },
        {
            "start": 931573007,
            "stop": 931573012
        },
        {
            "start": 931573013,
            "stop": 931573016
        },
        {
            "start": 931573018,
            "stop": 931573021
        },
        {
            "start": 931573274,
            "stop": 931573300
        },
        {
            "start": 931573317,
            "stop": 931573320
        },
        {
            "start": 931573750,
            "stop": 931573789
        },
        {
            "start": 931573806,
            "stop": 931573810
        },
        {
            "start": 931574714,
            "stop": 931574723
        },
        {
            "start": 931574740,
            "stop": 931574745
        },
        {
            "start": 931575130,
            "stop": 931575138
        }
    ]
}