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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6427",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6428,
    "results": [
        {
            "start": 873804657,
            "stop": 873804770
        },
        {
            "start": 873804772,
            "stop": 873804837
        },
        {
            "start": 873804838,
            "stop": 873805507
        },
        {
            "start": 873805508,
            "stop": 873805510
        },
        {
            "start": 873805511,
            "stop": 873805518
        },
        {
            "start": 873805519,
            "stop": 873805546
        },
        {
            "start": 873805547,
            "stop": 873805853
        },
        {
            "start": 873805855,
            "stop": 873806340
        },
        {
            "start": 873806342,
            "stop": 873806550
        },
        {
            "start": 873806551,
            "stop": 873806595
        },
        {
            "start": 873807365,
            "stop": 873807545
        },
        {
            "start": 873807546,
            "stop": 873807577
        },
        {
            "start": 873807578,
            "stop": 873807778
        },
        {
            "start": 873807779,
            "stop": 873807900
        },
        {
            "start": 873807902,
            "stop": 873808103
        },
        {
            "start": 873808104,
            "stop": 873808338
        },
        {
            "start": 873808340,
            "stop": 873808453
        },
        {
            "start": 873808454,
            "stop": 873808741
        },
        {
            "start": 873808743,
            "stop": 873808993
        },
        {
            "start": 873808994,
            "stop": 873809480
        }
    ]
}