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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=402",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 403,
    "results": [
        {
            "start": 825954086,
            "stop": 825954159
        },
        {
            "start": 825954163,
            "stop": 825955140
        },
        {
            "start": 825955260,
            "stop": 825955509
        },
        {
            "start": 825955512,
            "stop": 825955620
        },
        {
            "start": 825955740,
            "stop": 825956587
        },
        {
            "start": 825962313,
            "stop": 825962336
        },
        {
            "start": 825962340,
            "stop": 825962393
        },
        {
            "start": 825962396,
            "stop": 825962398
        },
        {
            "start": 825962401,
            "stop": 825962409
        },
        {
            "start": 825962856,
            "stop": 825963113
        },
        {
            "start": 825963118,
            "stop": 825963206
        },
        {
            "start": 825963209,
            "stop": 825963281
        },
        {
            "start": 825963284,
            "stop": 825963286
        },
        {
            "start": 825963289,
            "stop": 825963340
        },
        {
            "start": 825963343,
            "stop": 825963375
        },
        {
            "start": 825963378,
            "stop": 825963605
        },
        {
            "start": 825963609,
            "stop": 825963822
        },
        {
            "start": 825963825,
            "stop": 825963845
        },
        {
            "start": 825963848,
            "stop": 825963868
        },
        {
            "start": 825963871,
            "stop": 825963890
        }
    ]
}