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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=293",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 294,
    "results": [
        {
            "start": 832302960,
            "stop": 832303200
        },
        {
            "start": 832303463,
            "stop": 832304063
        },
        {
            "start": 832304224,
            "stop": 832305844
        },
        {
            "start": 832306208,
            "stop": 832306568
        },
        {
            "start": 832306783,
            "stop": 832307503
        },
        {
            "start": 832307675,
            "stop": 832308695
        },
        {
            "start": 832309001,
            "stop": 832309241
        },
        {
            "start": 832309490,
            "stop": 832309550
        },
        {
            "start": 832309739,
            "stop": 832312079
        },
        {
            "start": 832312109,
            "stop": 832312589
        },
        {
            "start": 832312869,
            "stop": 832312929
        },
        {
            "start": 832313264,
            "stop": 832315364
        },
        {
            "start": 832316561,
            "stop": 832318661
        },
        {
            "start": 832318829,
            "stop": 832323599
        },
        {
            "start": 832323749,
            "stop": 832325819
        },
        {
            "start": 832325849,
            "stop": 832327829
        },
        {
            "start": 832327999,
            "stop": 832329559
        },
        {
            "start": 832330853,
            "stop": 832331603
        },
        {
            "start": 832385812,
            "stop": 832385932
        },
        {
            "start": 832386086,
            "stop": 832386206
        }
    ]
}