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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=74",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 75,
    "results": [
        {
            "start": 822936695,
            "stop": 822938073
        },
        {
            "start": 822947327,
            "stop": 822948828
        },
        {
            "start": 822949817,
            "stop": 822950033
        },
        {
            "start": 822950035,
            "stop": 822950562
        },
        {
            "start": 822950567,
            "stop": 822950617
        },
        {
            "start": 822950620,
            "stop": 822954572
        },
        {
            "start": 822954574,
            "stop": 822973884
        },
        {
            "start": 822973886,
            "stop": 822980091
        },
        {
            "start": 822982806,
            "stop": 822985559
        },
        {
            "start": 822985561,
            "stop": 822985605
        },
        {
            "start": 822985606,
            "stop": 822985619
        },
        {
            "start": 822986495,
            "stop": 822996635
        },
        {
            "start": 822996637,
            "stop": 822996717
        },
        {
            "start": 822997448,
            "stop": 823005616
        },
        {
            "start": 823005618,
            "stop": 823008446
        },
        {
            "start": 823008449,
            "stop": 823008676
        },
        {
            "start": 823009279,
            "stop": 823014980
        },
        {
            "start": 823014984,
            "stop": 823022001
        },
        {
            "start": 823023188,
            "stop": 823023434
        },
        {
            "start": 823023436,
            "stop": 823025964
        }
    ]
}