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=15781
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=15782",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15780",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15781,
    "results": [
        {
            "start": 971171249,
            "stop": 971171253
        },
        {
            "start": 971171255,
            "stop": 971171259
        },
        {
            "start": 971171260,
            "stop": 971171262
        },
        {
            "start": 971171263,
            "stop": 971171265
        },
        {
            "start": 971171268,
            "stop": 971171270
        },
        {
            "start": 971171276,
            "stop": 971171277
        },
        {
            "start": 971171288,
            "stop": 971171289
        },
        {
            "start": 971171293,
            "stop": 971171297
        },
        {
            "start": 971171300,
            "stop": 971171301
        },
        {
            "start": 971171302,
            "stop": 971171311
        },
        {
            "start": 971171323,
            "stop": 971171324
        },
        {
            "start": 971171326,
            "stop": 971171327
        },
        {
            "start": 971171328,
            "stop": 971171329
        },
        {
            "start": 971171333,
            "stop": 971171334
        },
        {
            "start": 971171336,
            "stop": 971171337
        },
        {
            "start": 971171341,
            "stop": 971171345
        },
        {
            "start": 971171346,
            "stop": 971171348
        },
        {
            "start": 971171351,
            "stop": 971171353
        },
        {
            "start": 971171356,
            "stop": 971171358
        },
        {
            "start": 971171359,
            "stop": 971171360
        }
    ]
}