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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1899",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1897",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1898,
    "results": [
        {
            "start": 1251486669,
            "stop": 1251488714
        },
        {
            "start": 1251488717,
            "stop": 1251490789
        },
        {
            "start": 1251490792,
            "stop": 1251495404
        },
        {
            "start": 1251495407,
            "stop": 1251496155
        },
        {
            "start": 1251496158,
            "stop": 1251499662
        },
        {
            "start": 1251499665,
            "stop": 1251500132
        },
        {
            "start": 1251500135,
            "stop": 1251501536
        },
        {
            "start": 1251501539,
            "stop": 1251501822
        },
        {
            "start": 1251501824,
            "stop": 1251501971
        },
        {
            "start": 1251501972,
            "stop": 1251502005
        },
        {
            "start": 1251502006,
            "stop": 1251506230
        },
        {
            "start": 1251506233,
            "stop": 1251507879
        },
        {
            "start": 1251507882,
            "stop": 1251509229
        },
        {
            "start": 1251509232,
            "stop": 1251510775
        },
        {
            "start": 1251510783,
            "stop": 1251510792
        },
        {
            "start": 1251523464,
            "stop": 1251526170
        },
        {
            "start": 1251526172,
            "stop": 1251526275
        },
        {
            "start": 1251526278,
            "stop": 1251526300
        },
        {
            "start": 1251526303,
            "stop": 1251526323
        },
        {
            "start": 1251526326,
            "stop": 1251526498
        }
    ]
}