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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1036",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1037,
    "results": [
        {
            "start": 874392624,
            "stop": 874392864
        },
        {
            "start": 874393034,
            "stop": 874393274
        },
        {
            "start": 874393845,
            "stop": 874394385
        },
        {
            "start": 874394543,
            "stop": 874394723
        },
        {
            "start": 874394885,
            "stop": 874394945
        },
        {
            "start": 874395161,
            "stop": 874395401
        },
        {
            "start": 874398171,
            "stop": 874400751
        },
        {
            "start": 874401116,
            "stop": 874401356
        },
        {
            "start": 874402468,
            "stop": 874404268
        },
        {
            "start": 874404415,
            "stop": 874406275
        },
        {
            "start": 874406494,
            "stop": 874407274
        },
        {
            "start": 874407437,
            "stop": 874407617
        },
        {
            "start": 874407848,
            "stop": 874408868
        },
        {
            "start": 874409001,
            "stop": 874409061
        },
        {
            "start": 874409246,
            "stop": 874409306
        },
        {
            "start": 874409467,
            "stop": 874409527
        },
        {
            "start": 874410110,
            "stop": 874410650
        },
        {
            "start": 874410833,
            "stop": 874410893
        },
        {
            "start": 874411662,
            "stop": 874411782
        },
        {
            "start": 874412665,
            "stop": 874413145
        }
    ]
}