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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=178",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 179,
    "results": [
        {
            "start": 817374238,
            "stop": 817374517
        },
        {
            "start": 817374534,
            "stop": 817374814
        },
        {
            "start": 817374835,
            "stop": 817375505
        },
        {
            "start": 817375527,
            "stop": 817375570
        },
        {
            "start": 817375620,
            "stop": 817375625
        },
        {
            "start": 817375652,
            "stop": 817375700
        },
        {
            "start": 817375756,
            "stop": 817375850
        },
        {
            "start": 817375892,
            "stop": 817375942
        },
        {
            "start": 817375962,
            "stop": 817376133
        },
        {
            "start": 817376150,
            "stop": 817376549
        },
        {
            "start": 817376566,
            "stop": 817376678
        },
        {
            "start": 817376718,
            "stop": 817376896
        },
        {
            "start": 817376918,
            "stop": 817379490
        },
        {
            "start": 817380870,
            "stop": 817382048
        },
        {
            "start": 817382065,
            "stop": 817382432
        },
        {
            "start": 817382452,
            "stop": 817382477
        },
        {
            "start": 817382497,
            "stop": 817383867
        },
        {
            "start": 817383886,
            "stop": 817384641
        },
        {
            "start": 817384660,
            "stop": 817385006
        },
        {
            "start": 817385025,
            "stop": 817387410
        }
    ]
}