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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 152,
    "results": [
        {
            "start": 1239762392,
            "stop": 1239762653
        },
        {
            "start": 1239762654,
            "stop": 1239762656
        },
        {
            "start": 1239762657,
            "stop": 1239762672
        },
        {
            "start": 1239762675,
            "stop": 1239762720
        },
        {
            "start": 1239762721,
            "stop": 1239762722
        },
        {
            "start": 1239762723,
            "stop": 1239762863
        },
        {
            "start": 1239762864,
            "stop": 1239762865
        },
        {
            "start": 1239762866,
            "stop": 1239763055
        },
        {
            "start": 1239763056,
            "stop": 1239763057
        },
        {
            "start": 1239763058,
            "stop": 1239763131
        },
        {
            "start": 1239763133,
            "stop": 1239763135
        },
        {
            "start": 1239763136,
            "stop": 1239763853
        },
        {
            "start": 1239763856,
            "stop": 1239764152
        },
        {
            "start": 1239764155,
            "stop": 1239764321
        },
        {
            "start": 1239764322,
            "stop": 1239764323
        },
        {
            "start": 1239764324,
            "stop": 1239764407
        },
        {
            "start": 1239764409,
            "stop": 1239764657
        },
        {
            "start": 1239764659,
            "stop": 1239765089
        },
        {
            "start": 1239765090,
            "stop": 1239765188
        },
        {
            "start": 1239765191,
            "stop": 1239765935
        }
    ]
}