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=8898
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=8899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8897",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8898,
    "results": [
        {
            "start": 873297962,
            "stop": 873298090
        },
        {
            "start": 873298111,
            "stop": 873298169
        },
        {
            "start": 873298188,
            "stop": 873298306
        },
        {
            "start": 873298326,
            "stop": 873298889
        },
        {
            "start": 873298918,
            "stop": 873298976
        },
        {
            "start": 873298993,
            "stop": 873299269
        },
        {
            "start": 873299286,
            "stop": 873299373
        },
        {
            "start": 873299390,
            "stop": 873299464
        },
        {
            "start": 873299483,
            "stop": 873299570
        },
        {
            "start": 873299590,
            "stop": 873299995
        },
        {
            "start": 873300025,
            "stop": 873300131
        },
        {
            "start": 873300150,
            "stop": 873300406
        },
        {
            "start": 873300494,
            "stop": 873300569
        },
        {
            "start": 873300588,
            "stop": 873300589
        },
        {
            "start": 873300622,
            "stop": 873300659
        },
        {
            "start": 873300676,
            "stop": 873300807
        },
        {
            "start": 873300844,
            "stop": 873300905
        },
        {
            "start": 873300922,
            "stop": 873301007
        },
        {
            "start": 873301026,
            "stop": 873301577
        },
        {
            "start": 873301598,
            "stop": 873301616
        }
    ]
}