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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9882",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9883,
    "results": [
        {
            "start": 874422185,
            "stop": 874422200
        },
        {
            "start": 874422204,
            "stop": 874422205
        },
        {
            "start": 874422206,
            "stop": 874422211
        },
        {
            "start": 874422213,
            "stop": 874422215
        },
        {
            "start": 874422216,
            "stop": 874422219
        },
        {
            "start": 874422220,
            "stop": 874422232
        },
        {
            "start": 874422233,
            "stop": 874422245
        },
        {
            "start": 874422246,
            "stop": 874422252
        },
        {
            "start": 874429309,
            "stop": 874431751
        },
        {
            "start": 874431754,
            "stop": 874432825
        },
        {
            "start": 874432828,
            "stop": 874432889
        },
        {
            "start": 874433689,
            "stop": 874433980
        },
        {
            "start": 874434244,
            "stop": 874434502
        },
        {
            "start": 874434505,
            "stop": 874436266
        },
        {
            "start": 874436697,
            "stop": 874438573
        },
        {
            "start": 874438574,
            "stop": 874438702
        },
        {
            "start": 874438703,
            "stop": 874439944
        },
        {
            "start": 874439950,
            "stop": 874440148
        },
        {
            "start": 874440151,
            "stop": 874441748
        },
        {
            "start": 874441757,
            "stop": 874441763
        }
    ]
}