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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=295",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 296,
    "results": [
        {
            "start": 847624732,
            "stop": 847624743
        },
        {
            "start": 847624744,
            "stop": 847624765
        },
        {
            "start": 847624769,
            "stop": 847624772
        },
        {
            "start": 847624773,
            "stop": 847624774
        },
        {
            "start": 847624775,
            "stop": 847624779
        },
        {
            "start": 847640899,
            "stop": 847640903
        },
        {
            "start": 847640905,
            "stop": 847640923
        },
        {
            "start": 847640924,
            "stop": 847640998
        },
        {
            "start": 847640999,
            "stop": 847641031
        },
        {
            "start": 847641032,
            "stop": 847641035
        },
        {
            "start": 847641037,
            "stop": 847641051
        },
        {
            "start": 847641052,
            "stop": 847641095
        },
        {
            "start": 847641096,
            "stop": 847641104
        },
        {
            "start": 847641105,
            "stop": 847641120
        },
        {
            "start": 847641121,
            "stop": 847641136
        },
        {
            "start": 847641137,
            "stop": 847641144
        },
        {
            "start": 847641145,
            "stop": 847641158
        },
        {
            "start": 847641159,
            "stop": 847641162
        },
        {
            "start": 847641163,
            "stop": 847641179
        },
        {
            "start": 847641180,
            "stop": 847641201
        }
    ]
}