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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=263",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 264,
    "results": [
        {
            "start": 818231124,
            "stop": 818231126
        },
        {
            "start": 818231136,
            "stop": 818231138
        },
        {
            "start": 818231142,
            "stop": 818231143
        },
        {
            "start": 818231171,
            "stop": 818231172
        },
        {
            "start": 818231222,
            "stop": 818231224
        },
        {
            "start": 818231227,
            "stop": 818231233
        },
        {
            "start": 818231262,
            "stop": 818231266
        },
        {
            "start": 818231282,
            "stop": 818231283
        },
        {
            "start": 818231286,
            "stop": 818231294
        },
        {
            "start": 818231304,
            "stop": 818231306
        },
        {
            "start": 818231309,
            "stop": 818231311
        },
        {
            "start": 818231316,
            "stop": 818231317
        },
        {
            "start": 818231325,
            "stop": 818231335
        },
        {
            "start": 818231341,
            "stop": 818231351
        },
        {
            "start": 818231358,
            "stop": 818231367
        },
        {
            "start": 818231392,
            "stop": 818231393
        },
        {
            "start": 818231404,
            "stop": 818231407
        },
        {
            "start": 818231413,
            "stop": 818231414
        },
        {
            "start": 818231418,
            "stop": 818231423
        },
        {
            "start": 818231430,
            "stop": 818231435
        }
    ]
}