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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=238",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 239,
    "results": [
        {
            "start": 827962926,
            "stop": 827963106
        },
        {
            "start": 827963440,
            "stop": 827963500
        },
        {
            "start": 827963945,
            "stop": 827964005
        },
        {
            "start": 827964262,
            "stop": 827964382
        },
        {
            "start": 827964856,
            "stop": 827964916
        },
        {
            "start": 827965070,
            "stop": 827965130
        },
        {
            "start": 827967832,
            "stop": 827967892
        },
        {
            "start": 827968532,
            "stop": 827968952
        },
        {
            "start": 827969180,
            "stop": 827969360
        },
        {
            "start": 827969521,
            "stop": 827969761
        },
        {
            "start": 827969934,
            "stop": 827970714
        },
        {
            "start": 827971015,
            "stop": 827971255
        },
        {
            "start": 827971536,
            "stop": 827971926
        },
        {
            "start": 827972076,
            "stop": 827972736
        },
        {
            "start": 827972902,
            "stop": 827972962
        },
        {
            "start": 827973301,
            "stop": 827973601
        },
        {
            "start": 827975837,
            "stop": 827976677
        },
        {
            "start": 827976949,
            "stop": 827977009
        },
        {
            "start": 827978558,
            "stop": 827979698
        },
        {
            "start": 827979923,
            "stop": 827979983
        }
    ]
}