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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=376",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 377,
    "results": [
        {
            "start": 847746645,
            "stop": 847746656
        },
        {
            "start": 847746657,
            "stop": 847746663
        },
        {
            "start": 847746665,
            "stop": 847746685
        },
        {
            "start": 847746686,
            "stop": 847746719
        },
        {
            "start": 847747019,
            "stop": 847747033
        },
        {
            "start": 847747034,
            "stop": 847747052
        },
        {
            "start": 847747054,
            "stop": 847747057
        },
        {
            "start": 847747058,
            "stop": 847747066
        },
        {
            "start": 847747067,
            "stop": 847747078
        },
        {
            "start": 847747079,
            "stop": 847747089
        },
        {
            "start": 847747092,
            "stop": 847747099
        },
        {
            "start": 847747100,
            "stop": 847747135
        },
        {
            "start": 847747137,
            "stop": 847747157
        },
        {
            "start": 847747158,
            "stop": 847747171
        },
        {
            "start": 847747172,
            "stop": 847747196
        },
        {
            "start": 847747197,
            "stop": 847747207
        },
        {
            "start": 847747208,
            "stop": 847747239
        },
        {
            "start": 847747240,
            "stop": 847747245
        },
        {
            "start": 847747247,
            "stop": 847747248
        },
        {
            "start": 847747250,
            "stop": 847747252
        }
    ]
}