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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1026",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1024",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1025,
    "results": [
        {
            "start": 1252469654,
            "stop": 1252469671
        },
        {
            "start": 1252469676,
            "stop": 1252469680
        },
        {
            "start": 1252469683,
            "stop": 1252469688
        },
        {
            "start": 1252469693,
            "stop": 1252469694
        },
        {
            "start": 1252469699,
            "stop": 1252469700
        },
        {
            "start": 1252469706,
            "stop": 1252469707
        },
        {
            "start": 1252469712,
            "stop": 1252469720
        },
        {
            "start": 1252469721,
            "stop": 1252469722
        },
        {
            "start": 1252469727,
            "stop": 1252469729
        },
        {
            "start": 1252469731,
            "stop": 1252469732
        },
        {
            "start": 1252469742,
            "stop": 1252469746
        },
        {
            "start": 1252469749,
            "stop": 1252469751
        },
        {
            "start": 1252469755,
            "stop": 1252469756
        },
        {
            "start": 1252469759,
            "stop": 1252469761
        },
        {
            "start": 1252469766,
            "stop": 1252469774
        },
        {
            "start": 1252469775,
            "stop": 1252469782
        },
        {
            "start": 1252469783,
            "stop": 1252469786
        },
        {
            "start": 1252469789,
            "stop": 1252469797
        },
        {
            "start": 1252469800,
            "stop": 1252469829
        },
        {
            "start": 1252469830,
            "stop": 1252469837
        }
    ]
}