Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3004
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3003",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3004,
    "results": [
        {
            "start": 862599373,
            "stop": 862599609
        },
        {
            "start": 862602247,
            "stop": 862602715
        },
        {
            "start": 862602720,
            "stop": 862605644
        },
        {
            "start": 862605976,
            "stop": 862611060
        },
        {
            "start": 862611120,
            "stop": 862614960
        },
        {
            "start": 862615080,
            "stop": 862615120
        },
        {
            "start": 862615125,
            "stop": 862615126
        },
        {
            "start": 862615127,
            "stop": 862620873
        },
        {
            "start": 862620879,
            "stop": 862621350
        },
        {
            "start": 862621410,
            "stop": 862621942
        },
        {
            "start": 862621948,
            "stop": 862621962
        },
        {
            "start": 862621968,
            "stop": 862623840
        },
        {
            "start": 862623900,
            "stop": 862623960
        },
        {
            "start": 862624020,
            "stop": 862646157
        },
        {
            "start": 862646517,
            "stop": 862651430
        },
        {
            "start": 862651435,
            "stop": 862651440
        },
        {
            "start": 862651500,
            "stop": 862660740
        },
        {
            "start": 862660800,
            "stop": 862661882
        },
        {
            "start": 862661886,
            "stop": 862667977
        },
        {
            "start": 862669265,
            "stop": 862669452
        }
    ]
}