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=870
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=871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=869",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 870,
    "results": [
        {
            "start": 862602218,
            "stop": 862611338
        },
        {
            "start": 862611532,
            "stop": 862628752
        },
        {
            "start": 862628970,
            "stop": 862630290
        },
        {
            "start": 862630453,
            "stop": 862630633
        },
        {
            "start": 862630693,
            "stop": 862630753
        },
        {
            "start": 862630873,
            "stop": 862636213
        },
        {
            "start": 862636351,
            "stop": 862640731
        },
        {
            "start": 862641875,
            "stop": 862646105
        },
        {
            "start": 862646255,
            "stop": 862653275
        },
        {
            "start": 862653447,
            "stop": 862656627
        },
        {
            "start": 862656831,
            "stop": 862662171
        },
        {
            "start": 862662456,
            "stop": 862665396
        },
        {
            "start": 862667445,
            "stop": 862667985
        },
        {
            "start": 862669335,
            "stop": 862669395
        },
        {
            "start": 862669545,
            "stop": 862670145
        },
        {
            "start": 862670295,
            "stop": 862671015
        },
        {
            "start": 862671165,
            "stop": 862671225
        },
        {
            "start": 862694388,
            "stop": 862695108
        },
        {
            "start": 862695407,
            "stop": 862696367
        },
        {
            "start": 862696457,
            "stop": 862697327
        }
    ]
}