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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 321,
    "results": [
        {
            "start": 1263894312,
            "stop": 1263894546
        },
        {
            "start": 1263894547,
            "stop": 1263894857
        },
        {
            "start": 1263894858,
            "stop": 1263894919
        },
        {
            "start": 1263894920,
            "stop": 1263895134
        },
        {
            "start": 1263895137,
            "stop": 1263895679
        },
        {
            "start": 1263895681,
            "stop": 1263895851
        },
        {
            "start": 1263895852,
            "stop": 1263895858
        },
        {
            "start": 1263895860,
            "stop": 1263895896
        },
        {
            "start": 1263895901,
            "stop": 1263896028
        },
        {
            "start": 1263896030,
            "stop": 1263896142
        },
        {
            "start": 1263896144,
            "stop": 1263896592
        },
        {
            "start": 1263896597,
            "stop": 1263896633
        },
        {
            "start": 1263896636,
            "stop": 1263896993
        },
        {
            "start": 1263896998,
            "stop": 1263897284
        },
        {
            "start": 1263897286,
            "stop": 1263897331
        },
        {
            "start": 1263897332,
            "stop": 1263897688
        },
        {
            "start": 1263897690,
            "stop": 1263897906
        },
        {
            "start": 1263897908,
            "stop": 1263897925
        },
        {
            "start": 1263897927,
            "stop": 1263898077
        },
        {
            "start": 1263898079,
            "stop": 1263898331
        }
    ]
}