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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 48,
    "results": [
        {
            "start": 1126327280,
            "stop": 1126327315
        },
        {
            "start": 1126327317,
            "stop": 1126327350
        },
        {
            "start": 1126327352,
            "stop": 1126327357
        },
        {
            "start": 1126327360,
            "stop": 1126327366
        },
        {
            "start": 1126327370,
            "stop": 1126327377
        },
        {
            "start": 1126327378,
            "stop": 1126327390
        },
        {
            "start": 1126327391,
            "stop": 1126327392
        },
        {
            "start": 1126327393,
            "stop": 1126327394
        },
        {
            "start": 1126327396,
            "stop": 1126327397
        },
        {
            "start": 1126327457,
            "stop": 1126327460
        },
        {
            "start": 1126327461,
            "stop": 1126327465
        },
        {
            "start": 1126327466,
            "stop": 1126327469
        },
        {
            "start": 1126327471,
            "stop": 1126327472
        },
        {
            "start": 1126327473,
            "stop": 1126327474
        },
        {
            "start": 1126327477,
            "stop": 1126327481
        },
        {
            "start": 1126327482,
            "stop": 1126327502
        },
        {
            "start": 1126327503,
            "stop": 1126327506
        },
        {
            "start": 1126327507,
            "stop": 1126327517
        },
        {
            "start": 1126327519,
            "stop": 1126327638
        },
        {
            "start": 1126327639,
            "stop": 1126327641
        }
    ]
}