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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=419",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 420,
    "results": [
        {
            "start": 838546048,
            "stop": 838548028
        },
        {
            "start": 838548201,
            "stop": 838550481
        },
        {
            "start": 838550656,
            "stop": 838552396
        },
        {
            "start": 838552728,
            "stop": 838553328
        },
        {
            "start": 838553358,
            "stop": 838554048
        },
        {
            "start": 838554277,
            "stop": 838556737
        },
        {
            "start": 838556983,
            "stop": 838557343
        },
        {
            "start": 838557373,
            "stop": 838557433
        },
        {
            "start": 838557829,
            "stop": 838558369
        },
        {
            "start": 838558511,
            "stop": 838559111
        },
        {
            "start": 838559260,
            "stop": 838559740
        },
        {
            "start": 838561025,
            "stop": 838561445
        },
        {
            "start": 838571455,
            "stop": 838571515
        },
        {
            "start": 838575410,
            "stop": 838576250
        },
        {
            "start": 838576489,
            "stop": 838576969
        },
        {
            "start": 838579170,
            "stop": 838579260
        },
        {
            "start": 838579456,
            "stop": 838579576
        },
        {
            "start": 838582940,
            "stop": 838583240
        },
        {
            "start": 838587774,
            "stop": 838588074
        },
        {
            "start": 838588262,
            "stop": 838588502
        }
    ]
}