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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=225",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 226,
    "results": [
        {
            "start": 827399805,
            "stop": 827401515
        },
        {
            "start": 827401702,
            "stop": 827401882
        },
        {
            "start": 827402058,
            "stop": 827403798
        },
        {
            "start": 827403985,
            "stop": 827404585
        },
        {
            "start": 827405864,
            "stop": 827406164
        },
        {
            "start": 827406350,
            "stop": 827406950
        },
        {
            "start": 827407316,
            "stop": 827408816
        },
        {
            "start": 827409008,
            "stop": 827409848
        },
        {
            "start": 827411033,
            "stop": 827411663
        },
        {
            "start": 827411890,
            "stop": 827411950
        },
        {
            "start": 827412152,
            "stop": 827412632
        },
        {
            "start": 827412802,
            "stop": 827413222
        },
        {
            "start": 827413371,
            "stop": 827414031
        },
        {
            "start": 827414167,
            "stop": 827414467
        },
        {
            "start": 827414782,
            "stop": 827415202
        },
        {
            "start": 827415631,
            "stop": 827415751
        },
        {
            "start": 827415913,
            "stop": 827415973
        },
        {
            "start": 827416473,
            "stop": 827416533
        },
        {
            "start": 827416809,
            "stop": 827416869
        },
        {
            "start": 827417140,
            "stop": 827417200
        }
    ]
}