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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=624",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=622",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 623,
    "results": [
        {
            "start": 1265513017,
            "stop": 1265517932
        },
        {
            "start": 1265517934,
            "stop": 1265518061
        },
        {
            "start": 1265518063,
            "stop": 1265518064
        },
        {
            "start": 1265518065,
            "stop": 1265518737
        },
        {
            "start": 1265518741,
            "stop": 1265520165
        },
        {
            "start": 1265520168,
            "stop": 1265520219
        },
        {
            "start": 1265520221,
            "stop": 1265520235
        },
        {
            "start": 1265520236,
            "stop": 1265521063
        },
        {
            "start": 1265525301,
            "stop": 1265525677
        },
        {
            "start": 1265525682,
            "stop": 1265526211
        },
        {
            "start": 1265526215,
            "stop": 1265526609
        },
        {
            "start": 1265526610,
            "stop": 1265526800
        },
        {
            "start": 1265526802,
            "stop": 1265526809
        },
        {
            "start": 1265526810,
            "stop": 1265526822
        },
        {
            "start": 1265526823,
            "stop": 1265526925
        },
        {
            "start": 1265526926,
            "stop": 1265528905
        },
        {
            "start": 1265528907,
            "stop": 1265529286
        },
        {
            "start": 1265529287,
            "stop": 1265529433
        },
        {
            "start": 1265529434,
            "stop": 1265529439
        },
        {
            "start": 1265529440,
            "stop": 1265529445
        }
    ]
}