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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=65",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 66,
    "results": [
        {
            "start": 931263025,
            "stop": 931263052
        },
        {
            "start": 931263054,
            "stop": 931263072
        },
        {
            "start": 931263074,
            "stop": 931263075
        },
        {
            "start": 931263077,
            "stop": 931263302
        },
        {
            "start": 931263305,
            "stop": 931263345
        },
        {
            "start": 931263346,
            "stop": 931263374
        },
        {
            "start": 931263376,
            "stop": 931263467
        },
        {
            "start": 931263469,
            "stop": 931263496
        },
        {
            "start": 931263497,
            "stop": 931263582
        },
        {
            "start": 931263584,
            "stop": 931263587
        },
        {
            "start": 931263589,
            "stop": 931263645
        },
        {
            "start": 931263647,
            "stop": 931263676
        },
        {
            "start": 931263678,
            "stop": 931263685
        },
        {
            "start": 931263687,
            "stop": 931263705
        },
        {
            "start": 931263707,
            "stop": 931263721
        },
        {
            "start": 931263723,
            "stop": 931263724
        },
        {
            "start": 931263726,
            "stop": 931263727
        },
        {
            "start": 931263729,
            "stop": 931263732
        },
        {
            "start": 931263733,
            "stop": 931263736
        },
        {
            "start": 931263738,
            "stop": 931263747
        }
    ]
}