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=686
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=687",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=685",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 686,
    "results": [
        {
            "start": 1266490232,
            "stop": 1266491253
        },
        {
            "start": 1266491254,
            "stop": 1266491255
        },
        {
            "start": 1266491259,
            "stop": 1266491430
        },
        {
            "start": 1266491431,
            "stop": 1266492045
        },
        {
            "start": 1266492049,
            "stop": 1266492220
        },
        {
            "start": 1266493809,
            "stop": 1266498906
        },
        {
            "start": 1266498911,
            "stop": 1266498994
        },
        {
            "start": 1266498996,
            "stop": 1266502632
        },
        {
            "start": 1266502634,
            "stop": 1266504203
        },
        {
            "start": 1266504207,
            "stop": 1266504525
        },
        {
            "start": 1266504528,
            "stop": 1266507011
        },
        {
            "start": 1266507014,
            "stop": 1266507628
        },
        {
            "start": 1266507630,
            "stop": 1266507827
        },
        {
            "start": 1266507828,
            "stop": 1266509784
        },
        {
            "start": 1266509785,
            "stop": 1266511900
        },
        {
            "start": 1266511905,
            "stop": 1266512392
        },
        {
            "start": 1266512393,
            "stop": 1266512624
        },
        {
            "start": 1266512629,
            "stop": 1266512673
        },
        {
            "start": 1266512678,
            "stop": 1266512688
        },
        {
            "start": 1266512693,
            "stop": 1266512768
        }
    ]
}