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=595
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=596",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=594",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 595,
    "results": [
        {
            "start": 1265013238,
            "stop": 1265013358
        },
        {
            "start": 1265013360,
            "stop": 1265013369
        },
        {
            "start": 1265013370,
            "stop": 1265013403
        },
        {
            "start": 1265013404,
            "stop": 1265013406
        },
        {
            "start": 1265013407,
            "stop": 1265013409
        },
        {
            "start": 1265013410,
            "stop": 1265013460
        },
        {
            "start": 1265013461,
            "stop": 1265013495
        },
        {
            "start": 1265013496,
            "stop": 1265013498
        },
        {
            "start": 1265013500,
            "stop": 1265013520
        },
        {
            "start": 1265013522,
            "stop": 1265013523
        },
        {
            "start": 1265013525,
            "stop": 1265013539
        },
        {
            "start": 1265013540,
            "stop": 1265013544
        },
        {
            "start": 1265013545,
            "stop": 1265013569
        },
        {
            "start": 1265013570,
            "stop": 1265013578
        },
        {
            "start": 1265013579,
            "stop": 1265013617
        },
        {
            "start": 1265013619,
            "stop": 1265013653
        },
        {
            "start": 1265013654,
            "stop": 1265013685
        },
        {
            "start": 1265013686,
            "stop": 1265013693
        },
        {
            "start": 1265013694,
            "stop": 1265013699
        },
        {
            "start": 1265013700,
            "stop": 1265013728
        }
    ]
}