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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=237",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 238,
    "results": [
        {
            "start": 827942396,
            "stop": 827942456
        },
        {
            "start": 827942611,
            "stop": 827942791
        },
        {
            "start": 827943041,
            "stop": 827943521
        },
        {
            "start": 827943862,
            "stop": 827944102
        },
        {
            "start": 827944245,
            "stop": 827945505
        },
        {
            "start": 827945696,
            "stop": 827947436
        },
        {
            "start": 827947609,
            "stop": 827948209
        },
        {
            "start": 827948416,
            "stop": 827948596
        },
        {
            "start": 827948748,
            "stop": 827948988
        },
        {
            "start": 827949337,
            "stop": 827949397
        },
        {
            "start": 827949708,
            "stop": 827950008
        },
        {
            "start": 827950331,
            "stop": 827950391
        },
        {
            "start": 827950546,
            "stop": 827950786
        },
        {
            "start": 827952158,
            "stop": 827952218
        },
        {
            "start": 827958679,
            "stop": 827958799
        },
        {
            "start": 827959146,
            "stop": 827959326
        },
        {
            "start": 827959494,
            "stop": 827959554
        },
        {
            "start": 827960538,
            "stop": 827960598
        },
        {
            "start": 827960785,
            "stop": 827961085
        },
        {
            "start": 827962374,
            "stop": 827962554
        }
    ]
}