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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 289,
    "results": [
        {
            "start": 1177831679,
            "stop": 1177831987
        },
        {
            "start": 1177834567,
            "stop": 1177834909
        },
        {
            "start": 1177834910,
            "stop": 1177835960
        },
        {
            "start": 1177835961,
            "stop": 1177835982
        },
        {
            "start": 1177835984,
            "stop": 1177836076
        },
        {
            "start": 1177836553,
            "stop": 1177836702
        },
        {
            "start": 1177836703,
            "stop": 1177837941
        },
        {
            "start": 1177837942,
            "stop": 1177842576
        },
        {
            "start": 1177842578,
            "stop": 1177842838
        },
        {
            "start": 1177842839,
            "stop": 1177843777
        },
        {
            "start": 1177843778,
            "stop": 1177843801
        },
        {
            "start": 1177843805,
            "stop": 1177843807
        },
        {
            "start": 1177843810,
            "stop": 1177843812
        },
        {
            "start": 1177843814,
            "stop": 1177843919
        },
        {
            "start": 1177843921,
            "stop": 1177844047
        },
        {
            "start": 1177844048,
            "stop": 1177844064
        },
        {
            "start": 1177844065,
            "stop": 1177844382
        },
        {
            "start": 1177844383,
            "stop": 1177844458
        },
        {
            "start": 1177844459,
            "stop": 1177844481
        },
        {
            "start": 1177844482,
            "stop": 1177844577
        }
    ]
}