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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=242",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 243,
    "results": [
        {
            "start": 858000621,
            "stop": 858006086
        },
        {
            "start": 858006115,
            "stop": 858024600
        },
        {
            "start": 858025675,
            "stop": 858031480
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107553
        },
        {
            "start": 858108993,
            "stop": 858115504
        },
        {
            "start": 858124846,
            "stop": 858132563
        },
        {
            "start": 858133133,
            "stop": 858165002
        },
        {
            "start": 858165899,
            "stop": 858182885
        },
        {
            "start": 858182888,
            "stop": 858184979
        },
        {
            "start": 858186452,
            "stop": 858207150
        },
        {
            "start": 858208069,
            "stop": 858216983
        },
        {
            "start": 858218403,
            "stop": 858219620
        },
        {
            "start": 858221022,
            "stop": 858268953
        },
        {
            "start": 858271183,
            "stop": 858291773
        },
        {
            "start": 858293294,
            "stop": 858372412
        },
        {
            "start": 858372415,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377777
        },
        {
            "start": 858379360,
            "stop": 858390331
        },
        {
            "start": 858391097,
            "stop": 858429003
        }
    ]
}