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=1854
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=1855",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1853",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1854,
    "results": [
        {
            "start": 966424013,
            "stop": 966427710
        },
        {
            "start": 966427711,
            "stop": 966428239
        },
        {
            "start": 966429807,
            "stop": 966430365
        },
        {
            "start": 966430367,
            "stop": 966431498
        },
        {
            "start": 966431499,
            "stop": 966433699
        },
        {
            "start": 966439211,
            "stop": 966443698
        },
        {
            "start": 966445581,
            "stop": 966451624
        },
        {
            "start": 966454978,
            "stop": 966455314
        },
        {
            "start": 966457135,
            "stop": 966457440
        },
        {
            "start": 966457441,
            "stop": 966462969
        },
        {
            "start": 966462970,
            "stop": 966467057
        },
        {
            "start": 966467058,
            "stop": 966468071
        },
        {
            "start": 966470006,
            "stop": 966470740
        },
        {
            "start": 966472392,
            "stop": 966478255
        },
        {
            "start": 966478256,
            "stop": 966479798
        },
        {
            "start": 966479799,
            "stop": 966480714
        },
        {
            "start": 966480715,
            "stop": 966487009
        },
        {
            "start": 966487010,
            "stop": 966494195
        },
        {
            "start": 966495241,
            "stop": 966515771
        },
        {
            "start": 966515773,
            "stop": 966518138
        }
    ]
}