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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=216",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 217,
    "results": [
        {
            "start": 931160524,
            "stop": 931160527
        },
        {
            "start": 931160528,
            "stop": 931160531
        },
        {
            "start": 931160532,
            "stop": 931160536
        },
        {
            "start": 931160537,
            "stop": 931160538
        },
        {
            "start": 931160539,
            "stop": 931160551
        },
        {
            "start": 931160553,
            "stop": 931160556
        },
        {
            "start": 931160558,
            "stop": 931160559
        },
        {
            "start": 931160560,
            "stop": 931160561
        },
        {
            "start": 931160564,
            "stop": 931160565
        },
        {
            "start": 931160566,
            "stop": 931160571
        },
        {
            "start": 931160572,
            "stop": 931160576
        },
        {
            "start": 931160578,
            "stop": 931160582
        },
        {
            "start": 931160583,
            "stop": 931160587
        },
        {
            "start": 931160589,
            "stop": 931160596
        },
        {
            "start": 931160597,
            "stop": 931160598
        },
        {
            "start": 931160599,
            "stop": 931160600
        },
        {
            "start": 931160601,
            "stop": 931160606
        },
        {
            "start": 931160607,
            "stop": 931160610
        },
        {
            "start": 931160611,
            "stop": 931160612
        },
        {
            "start": 931160613,
            "stop": 931160622
        }
    ]
}