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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 278,
    "results": [
        {
            "start": 931683835,
            "stop": 931683845
        },
        {
            "start": 931683853,
            "stop": 931683856
        },
        {
            "start": 931683864,
            "stop": 931683869
        },
        {
            "start": 931683872,
            "stop": 931683874
        },
        {
            "start": 931683882,
            "stop": 931683883
        },
        {
            "start": 931683887,
            "stop": 931683888
        },
        {
            "start": 931683892,
            "stop": 931683901
        },
        {
            "start": 931683911,
            "stop": 931683915
        },
        {
            "start": 931683925,
            "stop": 931683929
        },
        {
            "start": 931683933,
            "stop": 931683935
        },
        {
            "start": 931683942,
            "stop": 931683949
        },
        {
            "start": 931683959,
            "stop": 931683962
        },
        {
            "start": 931683965,
            "stop": 931683966
        },
        {
            "start": 931683969,
            "stop": 931683971
        },
        {
            "start": 931683978,
            "stop": 931683988
        },
        {
            "start": 931683991,
            "stop": 931683992
        },
        {
            "start": 931684005,
            "stop": 931684006
        },
        {
            "start": 931684010,
            "stop": 931684015
        },
        {
            "start": 931684020,
            "stop": 931684021
        },
        {
            "start": 931684025,
            "stop": 931684026
        }
    ]
}