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=892
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=893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=891",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 892,
    "results": [
        {
            "start": 863957384,
            "stop": 863957864
        },
        {
            "start": 863958171,
            "stop": 863958231
        },
        {
            "start": 863958362,
            "stop": 863958422
        },
        {
            "start": 863961703,
            "stop": 863961763
        },
        {
            "start": 863962902,
            "stop": 863962962
        },
        {
            "start": 863969096,
            "stop": 863969216
        },
        {
            "start": 863969533,
            "stop": 863969653
        },
        {
            "start": 863970938,
            "stop": 863971178
        },
        {
            "start": 863971704,
            "stop": 863971764
        },
        {
            "start": 863972584,
            "stop": 863972644
        },
        {
            "start": 863972796,
            "stop": 863972856
        },
        {
            "start": 863973099,
            "stop": 863973339
        },
        {
            "start": 863974785,
            "stop": 863974965
        },
        {
            "start": 863975126,
            "stop": 863975726
        },
        {
            "start": 863976196,
            "stop": 863976496
        },
        {
            "start": 863976795,
            "stop": 863976855
        },
        {
            "start": 864028880,
            "stop": 864030260
        },
        {
            "start": 864031401,
            "stop": 864031521
        },
        {
            "start": 864031659,
            "stop": 864033009
        },
        {
            "start": 864033159,
            "stop": 864042759
        }
    ]
}