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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=81",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 82,
    "results": [
        {
            "start": 819166626,
            "stop": 819166846
        },
        {
            "start": 819166854,
            "stop": 819167052
        },
        {
            "start": 819167060,
            "stop": 819167113
        },
        {
            "start": 819167121,
            "stop": 819167378
        },
        {
            "start": 819167385,
            "stop": 819167579
        },
        {
            "start": 819167593,
            "stop": 819167698
        },
        {
            "start": 819167705,
            "stop": 819167756
        },
        {
            "start": 819167763,
            "stop": 819168013
        },
        {
            "start": 819168028,
            "stop": 819168213
        },
        {
            "start": 819168220,
            "stop": 819168317
        },
        {
            "start": 819168324,
            "stop": 819168526
        },
        {
            "start": 819168533,
            "stop": 819168583
        },
        {
            "start": 819168590,
            "stop": 819168610
        },
        {
            "start": 819168624,
            "stop": 819168724
        },
        {
            "start": 819168737,
            "stop": 819169577
        },
        {
            "start": 819169584,
            "stop": 819169635
        },
        {
            "start": 819169642,
            "stop": 819169721
        },
        {
            "start": 819169728,
            "stop": 819169741
        },
        {
            "start": 819169748,
            "stop": 819169853
        },
        {
            "start": 819169860,
            "stop": 819170091
        }
    ]
}