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_H1L1/segments?format=api&page=186
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_H1L1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=185",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 186,
    "results": [
        {
            "start": 826275194,
            "stop": 826275374
        },
        {
            "start": 826275636,
            "stop": 826277136
        },
        {
            "start": 826277484,
            "stop": 826277724
        },
        {
            "start": 826277986,
            "stop": 826278466
        },
        {
            "start": 826281819,
            "stop": 826282539
        },
        {
            "start": 826283853,
            "stop": 826285953
        },
        {
            "start": 826286112,
            "stop": 826286172
        },
        {
            "start": 826286373,
            "stop": 826286673
        },
        {
            "start": 826286836,
            "stop": 826287496
        },
        {
            "start": 826287657,
            "stop": 826287717
        },
        {
            "start": 826287900,
            "stop": 826288080
        },
        {
            "start": 826288682,
            "stop": 826289042
        },
        {
            "start": 826291474,
            "stop": 826291834
        },
        {
            "start": 826292344,
            "stop": 826292404
        },
        {
            "start": 826292555,
            "stop": 826292855
        },
        {
            "start": 826293116,
            "stop": 826293176
        },
        {
            "start": 826293325,
            "stop": 826293625
        },
        {
            "start": 826294613,
            "stop": 826294673
        },
        {
            "start": 826302229,
            "stop": 826302289
        },
        {
            "start": 826302840,
            "stop": 826302960
        }
    ]
}