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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 12,
    "results": [
        {
            "start": 1398044167,
            "stop": 1398044380
        },
        {
            "start": 1398044383,
            "stop": 1398045383
        },
        {
            "start": 1398045387,
            "stop": 1398045773
        },
        {
            "start": 1398045777,
            "stop": 1398046094
        },
        {
            "start": 1398046097,
            "stop": 1398081077
        },
        {
            "start": 1398081082,
            "stop": 1398082150
        },
        {
            "start": 1398082155,
            "stop": 1398088144
        },
        {
            "start": 1398088145,
            "stop": 1398093106
        },
        {
            "start": 1398093107,
            "stop": 1398094443
        },
        {
            "start": 1398094444,
            "stop": 1398096068
        },
        {
            "start": 1398107995,
            "stop": 1398109712
        },
        {
            "start": 1398109717,
            "stop": 1398117925
        },
        {
            "start": 1398117929,
            "stop": 1398118723
        },
        {
            "start": 1398118727,
            "stop": 1398148305
        },
        {
            "start": 1398148308,
            "stop": 1398151899
        },
        {
            "start": 1398151903,
            "stop": 1398153562
        },
        {
            "start": 1398153564,
            "stop": 1398154092
        },
        {
            "start": 1398154095,
            "stop": 1398155006
        },
        {
            "start": 1398155011,
            "stop": 1398163150
        },
        {
            "start": 1398166339,
            "stop": 1398170138
        }
    ]
}