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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=242",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 243,
    "results": [
        {
            "start": 827947667,
            "stop": 827948207
        },
        {
            "start": 827948414,
            "stop": 827948594
        },
        {
            "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
        },
        {
            "start": 827962926,
            "stop": 827963106
        },
        {
            "start": 827963440,
            "stop": 827963500
        },
        {
            "start": 827963945,
            "stop": 827964005
        },
        {
            "start": 827964262,
            "stop": 827964382
        },
        {
            "start": 827964856,
            "stop": 827964916
        },
        {
            "start": 827965070,
            "stop": 827965130
        }
    ]
}