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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=139",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 140,
    "results": [
        {
            "start": 840182416,
            "stop": 840194219
        },
        {
            "start": 840195046,
            "stop": 840197878
        },
        {
            "start": 840197939,
            "stop": 840201195
        },
        {
            "start": 840201914,
            "stop": 840205588
        },
        {
            "start": 840212413,
            "stop": 840214848
        },
        {
            "start": 840218272,
            "stop": 840220734
        },
        {
            "start": 840221654,
            "stop": 840224925
        },
        {
            "start": 840225787,
            "stop": 840226800
        },
        {
            "start": 840227016,
            "stop": 840227084
        },
        {
            "start": 840230714,
            "stop": 840231121
        },
        {
            "start": 840231290,
            "stop": 840231342
        },
        {
            "start": 840231645,
            "stop": 840231662
        },
        {
            "start": 840232109,
            "stop": 840233208
        },
        {
            "start": 840254868,
            "stop": 840263350
        },
        {
            "start": 840263969,
            "stop": 840280387
        },
        {
            "start": 840281106,
            "stop": 840281987
        },
        {
            "start": 840319348,
            "stop": 840323392
        },
        {
            "start": 840332336,
            "stop": 840337203
        },
        {
            "start": 840341831,
            "stop": 840351192
        },
        {
            "start": 840353662,
            "stop": 840364002
        }
    ]
}