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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=128",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 129,
    "results": [
        {
            "start": 931428693,
            "stop": 931428698
        },
        {
            "start": 931428700,
            "stop": 931428731
        },
        {
            "start": 931428734,
            "stop": 931428761
        },
        {
            "start": 931428762,
            "stop": 931428771
        },
        {
            "start": 931428773,
            "stop": 931428793
        },
        {
            "start": 931428795,
            "stop": 931428806
        },
        {
            "start": 931428809,
            "stop": 931428851
        },
        {
            "start": 931428853,
            "stop": 931428856
        },
        {
            "start": 931428859,
            "stop": 931428870
        },
        {
            "start": 931428872,
            "stop": 931428878
        },
        {
            "start": 931428880,
            "stop": 931428882
        },
        {
            "start": 931428883,
            "stop": 931428909
        },
        {
            "start": 931428913,
            "stop": 931428930
        },
        {
            "start": 931428932,
            "stop": 931428950
        },
        {
            "start": 931428951,
            "stop": 931428958
        },
        {
            "start": 931428960,
            "stop": 931428992
        },
        {
            "start": 931428995,
            "stop": 931429033
        },
        {
            "start": 931429036,
            "stop": 931429040
        },
        {
            "start": 931429041,
            "stop": 931429048
        },
        {
            "start": 931429050,
            "stop": 931429069
        }
    ]
}