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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1045",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1046,
    "results": [
        {
            "start": 872602802,
            "stop": 872602862
        },
        {
            "start": 872603012,
            "stop": 872603132
        },
        {
            "start": 872603330,
            "stop": 872603720
        },
        {
            "start": 872604827,
            "stop": 872606147
        },
        {
            "start": 872606452,
            "stop": 872606632
        },
        {
            "start": 872608874,
            "stop": 872608934
        },
        {
            "start": 872609161,
            "stop": 872609461
        },
        {
            "start": 872609711,
            "stop": 872610491
        },
        {
            "start": 872637917,
            "stop": 872638157
        },
        {
            "start": 872638983,
            "stop": 872639103
        },
        {
            "start": 872639278,
            "stop": 872639638
        },
        {
            "start": 872639925,
            "stop": 872640105
        },
        {
            "start": 872641377,
            "stop": 872641557
        },
        {
            "start": 872642408,
            "stop": 872643068
        },
        {
            "start": 872644791,
            "stop": 872644941
        },
        {
            "start": 872645061,
            "stop": 872645121
        },
        {
            "start": 872649892,
            "stop": 872654842
        },
        {
            "start": 872654992,
            "stop": 872656432
        },
        {
            "start": 872656552,
            "stop": 872656912
        },
        {
            "start": 872657129,
            "stop": 872657669
        }
    ]
}