Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=322",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 323,
    "results": [
        {
            "start": 873688370,
            "stop": 873689378
        },
        {
            "start": 873690169,
            "stop": 873690861
        },
        {
            "start": 873698608,
            "stop": 873713239
        },
        {
            "start": 873715250,
            "stop": 873733452
        },
        {
            "start": 873735693,
            "stop": 873736089
        },
        {
            "start": 873737305,
            "stop": 873745590
        },
        {
            "start": 873746535,
            "stop": 873749339
        },
        {
            "start": 873749342,
            "stop": 873769259
        },
        {
            "start": 873770484,
            "stop": 873786039
        },
        {
            "start": 873787903,
            "stop": 873806595
        },
        {
            "start": 873807365,
            "stop": 873814231
        },
        {
            "start": 873815483,
            "stop": 873828415
        },
        {
            "start": 873828416,
            "stop": 873834740
        },
        {
            "start": 873835513,
            "stop": 873844485
        },
        {
            "start": 873845494,
            "stop": 873903808
        },
        {
            "start": 873905596,
            "stop": 873912386
        },
        {
            "start": 873942406,
            "stop": 873964083
        },
        {
            "start": 873965683,
            "stop": 873995535
        },
        {
            "start": 873998207,
            "stop": 874015282
        },
        {
            "start": 874016595,
            "stop": 874023741
        }
    ]
}