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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 115,
    "results": [
        {
            "start": 931530408,
            "stop": 931530936
        },
        {
            "start": 931530937,
            "stop": 931531090
        },
        {
            "start": 931531091,
            "stop": 931531363
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534701
        },
        {
            "start": 931539619,
            "stop": 931542032
        },
        {
            "start": 931543466,
            "stop": 931544810
        },
        {
            "start": 931564298,
            "stop": 931564307
        },
        {
            "start": 931564310,
            "stop": 931564315
        },
        {
            "start": 931564318,
            "stop": 931564324
        },
        {
            "start": 931564327,
            "stop": 931564333
        },
        {
            "start": 931564336,
            "stop": 931564341
        },
        {
            "start": 931564344,
            "stop": 931564349
        },
        {
            "start": 931564353,
            "stop": 931564357
        },
        {
            "start": 931564360,
            "stop": 931564363
        },
        {
            "start": 931564367,
            "stop": 931564373
        },
        {
            "start": 931564376,
            "stop": 931564380
        },
        {
            "start": 931564383,
            "stop": 931564388
        },
        {
            "start": 931564391,
            "stop": 931564395
        }
    ]
}