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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=71",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 72,
    "results": [
        {
            "start": 823614464,
            "stop": 823615153
        },
        {
            "start": 823616642,
            "stop": 823617734
        },
        {
            "start": 823698641,
            "stop": 823711817
        },
        {
            "start": 823768727,
            "stop": 823775424
        },
        {
            "start": 823775456,
            "stop": 823802953
        },
        {
            "start": 823803002,
            "stop": 823803004
        },
        {
            "start": 823866547,
            "stop": 823870816
        },
        {
            "start": 823870848,
            "stop": 823875296
        },
        {
            "start": 823875328,
            "stop": 823876273
        },
        {
            "start": 823876279,
            "stop": 823876281
        },
        {
            "start": 823878141,
            "stop": 823880864
        },
        {
            "start": 823880896,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823947264
        },
        {
            "start": 823947296,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824038496
        },
        {
            "start": 824038528,
            "stop": 824044384
        },
        {
            "start": 824044390,
            "stop": 824046125
        },
        {
            "start": 824046184,
            "stop": 824048096
        },
        {
            "start": 824048128,
            "stop": 824049184
        },
        {
            "start": 824049216,
            "stop": 824049536
        }
    ]
}