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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=220",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 221,
    "results": [
        {
            "start": 1262198078,
            "stop": 1262198857
        },
        {
            "start": 1262200958,
            "stop": 1262201232
        },
        {
            "start": 1262201234,
            "stop": 1262201320
        },
        {
            "start": 1262201323,
            "stop": 1262201339
        },
        {
            "start": 1262201342,
            "stop": 1262201363
        },
        {
            "start": 1262201366,
            "stop": 1262201378
        },
        {
            "start": 1262201380,
            "stop": 1262201479
        },
        {
            "start": 1262201480,
            "stop": 1262201838
        },
        {
            "start": 1262201839,
            "stop": 1262202079
        },
        {
            "start": 1262202080,
            "stop": 1262203167
        },
        {
            "start": 1262203169,
            "stop": 1262203364
        },
        {
            "start": 1262203365,
            "stop": 1262203555
        },
        {
            "start": 1262203559,
            "stop": 1262203884
        },
        {
            "start": 1262203885,
            "stop": 1262204124
        },
        {
            "start": 1262204125,
            "stop": 1262204357
        },
        {
            "start": 1262204358,
            "stop": 1262204586
        },
        {
            "start": 1262204587,
            "stop": 1262204861
        },
        {
            "start": 1262204862,
            "stop": 1262205602
        },
        {
            "start": 1262205605,
            "stop": 1262205609
        },
        {
            "start": 1262205611,
            "stop": 1262205817
        }
    ]
}