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=7160
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=7161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7159",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7160,
    "results": [
        {
            "start": 874431338,
            "stop": 874431561
        },
        {
            "start": 874431563,
            "stop": 874431661
        },
        {
            "start": 874431662,
            "stop": 874431682
        },
        {
            "start": 874431683,
            "stop": 874431762
        },
        {
            "start": 874431764,
            "stop": 874431798
        },
        {
            "start": 874431800,
            "stop": 874432236
        },
        {
            "start": 874432237,
            "stop": 874432312
        },
        {
            "start": 874432313,
            "stop": 874432459
        },
        {
            "start": 874432460,
            "stop": 874432629
        },
        {
            "start": 874432630,
            "stop": 874432725
        },
        {
            "start": 874432726,
            "stop": 874432752
        },
        {
            "start": 874432753,
            "stop": 874432988
        },
        {
            "start": 874432989,
            "stop": 874433047
        },
        {
            "start": 874433049,
            "stop": 874433162
        },
        {
            "start": 874433164,
            "stop": 874433704
        },
        {
            "start": 874433706,
            "stop": 874433926
        },
        {
            "start": 874433927,
            "stop": 874434137
        },
        {
            "start": 874434139,
            "stop": 874434162
        },
        {
            "start": 874434163,
            "stop": 874434172
        },
        {
            "start": 874434173,
            "stop": 874434547
        }
    ]
}