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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=126",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 127,
    "results": [
        {
            "start": 1415864311,
            "stop": 1415867783
        },
        {
            "start": 1415867788,
            "stop": 1415872459
        },
        {
            "start": 1415872464,
            "stop": 1415874352
        },
        {
            "start": 1415874357,
            "stop": 1415875800
        },
        {
            "start": 1415951522,
            "stop": 1415953201
        },
        {
            "start": 1415969039,
            "stop": 1415971590
        },
        {
            "start": 1415971594,
            "stop": 1415973382
        },
        {
            "start": 1415973386,
            "stop": 1415975021
        },
        {
            "start": 1416001506,
            "stop": 1416001605
        },
        {
            "start": 1416001610,
            "stop": 1416002705
        },
        {
            "start": 1416002708,
            "stop": 1416003317
        },
        {
            "start": 1416010654,
            "stop": 1416015031
        },
        {
            "start": 1416015035,
            "stop": 1416016686
        },
        {
            "start": 1416020667,
            "stop": 1416021203
        },
        {
            "start": 1416021208,
            "stop": 1416022278
        },
        {
            "start": 1416022281,
            "stop": 1416022937
        },
        {
            "start": 1416022942,
            "stop": 1416025008
        },
        {
            "start": 1416025013,
            "stop": 1416025231
        },
        {
            "start": 1416029371,
            "stop": 1416037013
        },
        {
            "start": 1416037016,
            "stop": 1416041351
        }
    ]
}