Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 117,
    "results": [
        {
            "start": 931533801,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534686
        },
        {
            "start": 931539619,
            "stop": 931540140
        },
        {
            "start": 931540141,
            "stop": 931542017
        },
        {
            "start": 931543466,
            "stop": 931543796
        },
        {
            "start": 931543797,
            "stop": 931544308
        },
        {
            "start": 931544309,
            "stop": 931544795
        },
        {
            "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
        },
        {
            "start": 931564398,
            "stop": 931564409
        }
    ]
}