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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=215",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 216,
    "results": [
        {
            "start": 931160421,
            "stop": 931160425
        },
        {
            "start": 931160426,
            "stop": 931160427
        },
        {
            "start": 931160433,
            "stop": 931160434
        },
        {
            "start": 931160437,
            "stop": 931160439
        },
        {
            "start": 931160441,
            "stop": 931160444
        },
        {
            "start": 931160446,
            "stop": 931160450
        },
        {
            "start": 931160454,
            "stop": 931160456
        },
        {
            "start": 931160457,
            "stop": 931160458
        },
        {
            "start": 931160459,
            "stop": 931160467
        },
        {
            "start": 931160468,
            "stop": 931160469
        },
        {
            "start": 931160472,
            "stop": 931160474
        },
        {
            "start": 931160479,
            "stop": 931160481
        },
        {
            "start": 931160482,
            "stop": 931160485
        },
        {
            "start": 931160486,
            "stop": 931160488
        },
        {
            "start": 931160490,
            "stop": 931160491
        },
        {
            "start": 931160492,
            "stop": 931160495
        },
        {
            "start": 931160496,
            "stop": 931160501
        },
        {
            "start": 931160502,
            "stop": 931160509
        },
        {
            "start": 931160510,
            "stop": 931160516
        },
        {
            "start": 931160518,
            "stop": 931160523
        }
    ]
}