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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14402",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14400",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14401,
    "results": [
        {
            "start": 971438809,
            "stop": 971438964
        },
        {
            "start": 971438965,
            "stop": 971439091
        },
        {
            "start": 971439092,
            "stop": 971439180
        },
        {
            "start": 971439181,
            "stop": 971439194
        },
        {
            "start": 971439195,
            "stop": 971439204
        },
        {
            "start": 971439206,
            "stop": 971439255
        },
        {
            "start": 971439257,
            "stop": 971439327
        },
        {
            "start": 971439329,
            "stop": 971439371
        },
        {
            "start": 971439372,
            "stop": 971439459
        },
        {
            "start": 971439480,
            "stop": 971439484
        },
        {
            "start": 971439520,
            "stop": 971439595
        },
        {
            "start": 971439598,
            "stop": 971439612
        },
        {
            "start": 971439615,
            "stop": 971439692
        },
        {
            "start": 971439694,
            "stop": 971439695
        },
        {
            "start": 971439696,
            "stop": 971439698
        },
        {
            "start": 971439704,
            "stop": 971439708
        },
        {
            "start": 971439711,
            "stop": 971439717
        },
        {
            "start": 971439721,
            "stop": 971439868
        },
        {
            "start": 971439869,
            "stop": 971439872
        },
        {
            "start": 971439874,
            "stop": 971440049
        }
    ]
}