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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 224,
    "results": [
        {
            "start": 931673225,
            "stop": 931673226
        },
        {
            "start": 931673230,
            "stop": 931673241
        },
        {
            "start": 931673244,
            "stop": 931673245
        },
        {
            "start": 931673248,
            "stop": 931673249
        },
        {
            "start": 931673251,
            "stop": 931673256
        },
        {
            "start": 931673259,
            "stop": 931673261
        },
        {
            "start": 931673266,
            "stop": 931673269
        },
        {
            "start": 931673276,
            "stop": 931673284
        },
        {
            "start": 931673287,
            "stop": 931673288
        },
        {
            "start": 931673294,
            "stop": 931673302
        },
        {
            "start": 931673311,
            "stop": 931673313
        },
        {
            "start": 931673317,
            "stop": 931673327
        },
        {
            "start": 931673330,
            "stop": 931673345
        },
        {
            "start": 931673348,
            "stop": 931673361
        },
        {
            "start": 931673364,
            "stop": 931673368
        },
        {
            "start": 931673371,
            "stop": 931673379
        },
        {
            "start": 931673383,
            "stop": 931673387
        },
        {
            "start": 931673390,
            "stop": 931673397
        },
        {
            "start": 931673401,
            "stop": 931673408
        },
        {
            "start": 931673411,
            "stop": 931673419
        }
    ]
}