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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15781",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15779",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15780,
    "results": [
        {
            "start": 971171127,
            "stop": 971171128
        },
        {
            "start": 971171130,
            "stop": 971171132
        },
        {
            "start": 971171137,
            "stop": 971171141
        },
        {
            "start": 971171142,
            "stop": 971171145
        },
        {
            "start": 971171150,
            "stop": 971171151
        },
        {
            "start": 971171152,
            "stop": 971171154
        },
        {
            "start": 971171158,
            "stop": 971171161
        },
        {
            "start": 971171162,
            "stop": 971171164
        },
        {
            "start": 971171166,
            "stop": 971171169
        },
        {
            "start": 971171171,
            "stop": 971171173
        },
        {
            "start": 971171176,
            "stop": 971171179
        },
        {
            "start": 971171181,
            "stop": 971171183
        },
        {
            "start": 971171185,
            "stop": 971171190
        },
        {
            "start": 971171191,
            "stop": 971171192
        },
        {
            "start": 971171194,
            "stop": 971171196
        },
        {
            "start": 971171207,
            "stop": 971171210
        },
        {
            "start": 971171213,
            "stop": 971171216
        },
        {
            "start": 971171218,
            "stop": 971171221
        },
        {
            "start": 971171238,
            "stop": 971171239
        },
        {
            "start": 971171241,
            "stop": 971171242
        }
    ]
}