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=773
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=774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=772",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 773,
    "results": [
        {
            "start": 857073514,
            "stop": 857073634
        },
        {
            "start": 857082090,
            "stop": 857082690
        },
        {
            "start": 857082848,
            "stop": 857082968
        },
        {
            "start": 857083310,
            "stop": 857084570
        },
        {
            "start": 857084904,
            "stop": 857085264
        },
        {
            "start": 857085495,
            "stop": 857086125
        },
        {
            "start": 857087812,
            "stop": 857088832
        },
        {
            "start": 857088982,
            "stop": 857093992
        },
        {
            "start": 857095729,
            "stop": 857097499
        },
        {
            "start": 857097649,
            "stop": 857098789
        },
        {
            "start": 857098938,
            "stop": 857105418
        },
        {
            "start": 857105629,
            "stop": 857110849
        },
        {
            "start": 857111062,
            "stop": 857113882
        },
        {
            "start": 857114552,
            "stop": 857125172
        },
        {
            "start": 857125326,
            "stop": 857131746
        },
        {
            "start": 857131806,
            "stop": 857131866
        },
        {
            "start": 857131956,
            "stop": 857135856
        },
        {
            "start": 857136006,
            "stop": 857136186
        },
        {
            "start": 857137010,
            "stop": 857145350
        },
        {
            "start": 857145507,
            "stop": 857146947
        }
    ]
}