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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=447",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 448,
    "results": [
        {
            "start": 847823059,
            "stop": 847823061
        },
        {
            "start": 847823062,
            "stop": 847823064
        },
        {
            "start": 847823066,
            "stop": 847823069
        },
        {
            "start": 847823769,
            "stop": 847823776
        },
        {
            "start": 847823777,
            "stop": 847823778
        },
        {
            "start": 847823780,
            "stop": 847823781
        },
        {
            "start": 847823782,
            "stop": 847823793
        },
        {
            "start": 847823794,
            "stop": 847823796
        },
        {
            "start": 847823797,
            "stop": 847823861
        },
        {
            "start": 847823865,
            "stop": 847823881
        },
        {
            "start": 847823882,
            "stop": 847823903
        },
        {
            "start": 847823904,
            "stop": 847823927
        },
        {
            "start": 847823929,
            "stop": 847823945
        },
        {
            "start": 847823946,
            "stop": 847823947
        },
        {
            "start": 847823948,
            "stop": 847823951
        },
        {
            "start": 847823953,
            "stop": 847823954
        },
        {
            "start": 847823955,
            "stop": 847823963
        },
        {
            "start": 847824073,
            "stop": 847824088
        },
        {
            "start": 847824089,
            "stop": 847824155
        },
        {
            "start": 847824156,
            "stop": 847824169
        }
    ]
}