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_CAT2/segments?format=api&page=1842
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=1843",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1841",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1842,
    "results": [
        {
            "start": 965034686,
            "stop": 965042041
        },
        {
            "start": 965043089,
            "stop": 965044924
        },
        {
            "start": 965047486,
            "stop": 965050124
        },
        {
            "start": 965052384,
            "stop": 965053426
        },
        {
            "start": 965053428,
            "stop": 965053480
        },
        {
            "start": 965056583,
            "stop": 965058373
        },
        {
            "start": 965060254,
            "stop": 965060875
        },
        {
            "start": 965064004,
            "stop": 965066447
        },
        {
            "start": 965066448,
            "stop": 965070796
        },
        {
            "start": 965073213,
            "stop": 965081188
        },
        {
            "start": 965081189,
            "stop": 965088393
        },
        {
            "start": 965088761,
            "stop": 965088845
        },
        {
            "start": 965090380,
            "stop": 965093345
        },
        {
            "start": 965103724,
            "stop": 965124498
        },
        {
            "start": 965124499,
            "stop": 965126287
        },
        {
            "start": 965126883,
            "stop": 965129023
        },
        {
            "start": 965131010,
            "stop": 965131505
        },
        {
            "start": 965133977,
            "stop": 965136358
        },
        {
            "start": 965137207,
            "stop": 965142236
        },
        {
            "start": 965143104,
            "stop": 965144791
        }
    ]
}