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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=773",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=771",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 772,
    "results": [
        {
            "start": 1249314504,
            "stop": 1249315783
        },
        {
            "start": 1249315788,
            "stop": 1249316120
        },
        {
            "start": 1249316125,
            "stop": 1249320805
        },
        {
            "start": 1249320810,
            "stop": 1249320880
        },
        {
            "start": 1249320885,
            "stop": 1249322118
        },
        {
            "start": 1249322122,
            "stop": 1249323179
        },
        {
            "start": 1249323184,
            "stop": 1249324597
        },
        {
            "start": 1249324600,
            "stop": 1249329703
        },
        {
            "start": 1249329711,
            "stop": 1249330552
        },
        {
            "start": 1249330554,
            "stop": 1249333201
        },
        {
            "start": 1249335937,
            "stop": 1249339207
        },
        {
            "start": 1249339212,
            "stop": 1249341925
        },
        {
            "start": 1249341929,
            "stop": 1249342058
        },
        {
            "start": 1249342062,
            "stop": 1249342088
        },
        {
            "start": 1249342090,
            "stop": 1249342422
        },
        {
            "start": 1249342430,
            "stop": 1249342490
        },
        {
            "start": 1249345678,
            "stop": 1249346778
        },
        {
            "start": 1249346783,
            "stop": 1249347926
        },
        {
            "start": 1249347934,
            "stop": 1249348267
        },
        {
            "start": 1249348271,
            "stop": 1249349972
        }
    ]
}