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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14119",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14120,
    "results": [
        {
            "start": 971161226,
            "stop": 971161227
        },
        {
            "start": 971161228,
            "stop": 971161232
        },
        {
            "start": 971161233,
            "stop": 971161235
        },
        {
            "start": 971161238,
            "stop": 971161239
        },
        {
            "start": 971161244,
            "stop": 971161245
        },
        {
            "start": 971161249,
            "stop": 971161253
        },
        {
            "start": 971161254,
            "stop": 971161255
        },
        {
            "start": 971161261,
            "stop": 971161262
        },
        {
            "start": 971161264,
            "stop": 971161266
        },
        {
            "start": 971161268,
            "stop": 971161271
        },
        {
            "start": 971161274,
            "stop": 971161277
        },
        {
            "start": 971161280,
            "stop": 971161284
        },
        {
            "start": 971161286,
            "stop": 971161287
        },
        {
            "start": 971161289,
            "stop": 971161290
        },
        {
            "start": 971161292,
            "stop": 971161293
        },
        {
            "start": 971161294,
            "stop": 971161300
        },
        {
            "start": 971161302,
            "stop": 971161305
        },
        {
            "start": 971161308,
            "stop": 971161309
        },
        {
            "start": 971161310,
            "stop": 971161313
        },
        {
            "start": 971161316,
            "stop": 971161317
        }
    ]
}