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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=218",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 219,
    "results": [
        {
            "start": 835614938,
            "stop": 835614946
        },
        {
            "start": 835614948,
            "stop": 835614958
        },
        {
            "start": 835614961,
            "stop": 835614989
        },
        {
            "start": 835614991,
            "stop": 835614992
        },
        {
            "start": 835614994,
            "stop": 835615035
        },
        {
            "start": 835615036,
            "stop": 835615048
        },
        {
            "start": 835615050,
            "stop": 835615053
        },
        {
            "start": 835615055,
            "stop": 835615062
        },
        {
            "start": 835615065,
            "stop": 835615098
        },
        {
            "start": 835615104,
            "stop": 835615105
        },
        {
            "start": 835615108,
            "stop": 835615110
        },
        {
            "start": 835615112,
            "stop": 835615174
        },
        {
            "start": 835616036,
            "stop": 835616861
        },
        {
            "start": 835616863,
            "stop": 835619836
        },
        {
            "start": 835620088,
            "stop": 835622170
        },
        {
            "start": 835622172,
            "stop": 835626076
        },
        {
            "start": 835626172,
            "stop": 835626640
        },
        {
            "start": 835626695,
            "stop": 835629967
        },
        {
            "start": 835631824,
            "stop": 835636038
        },
        {
            "start": 835636870,
            "stop": 835637437
        }
    ]
}