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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=718",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=716",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 717,
    "results": [
        {
            "start": 1248987819,
            "stop": 1248987845
        },
        {
            "start": 1248987849,
            "stop": 1248987868
        },
        {
            "start": 1248987869,
            "stop": 1248987878
        },
        {
            "start": 1248987879,
            "stop": 1248987880
        },
        {
            "start": 1248987882,
            "stop": 1248987913
        },
        {
            "start": 1248987918,
            "stop": 1248987926
        },
        {
            "start": 1248987930,
            "stop": 1248987948
        },
        {
            "start": 1248987953,
            "stop": 1248987960
        },
        {
            "start": 1248987964,
            "stop": 1248988008
        },
        {
            "start": 1248988010,
            "stop": 1248988065
        },
        {
            "start": 1248988073,
            "stop": 1248988092
        },
        {
            "start": 1248988093,
            "stop": 1248988097
        },
        {
            "start": 1248988099,
            "stop": 1248988144
        },
        {
            "start": 1248988146,
            "stop": 1248988154
        },
        {
            "start": 1248988159,
            "stop": 1248988226
        },
        {
            "start": 1248988231,
            "stop": 1248988245
        },
        {
            "start": 1248988247,
            "stop": 1248988258
        },
        {
            "start": 1248988264,
            "stop": 1248988312
        },
        {
            "start": 1248988317,
            "stop": 1248988349
        },
        {
            "start": 1248988352,
            "stop": 1248988376
        }
    ]
}