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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=7",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 8,
    "results": [
        {
            "start": 816477927,
            "stop": 816477987
        },
        {
            "start": 816478188,
            "stop": 816478248
        },
        {
            "start": 816478390,
            "stop": 816478630
        },
        {
            "start": 816478940,
            "stop": 816479060
        },
        {
            "start": 816479560,
            "stop": 816479800
        },
        {
            "start": 816480550,
            "stop": 816480610
        },
        {
            "start": 816480818,
            "stop": 816480878
        },
        {
            "start": 816493127,
            "stop": 816493307
        },
        {
            "start": 816493467,
            "stop": 816495327
        },
        {
            "start": 816495489,
            "stop": 816495729
        },
        {
            "start": 816495901,
            "stop": 816497221
        },
        {
            "start": 816497589,
            "stop": 816498009
        },
        {
            "start": 816498185,
            "stop": 816498725
        },
        {
            "start": 816498886,
            "stop": 816500026
        },
        {
            "start": 816502060,
            "stop": 816503800
        },
        {
            "start": 816503987,
            "stop": 816505247
        },
        {
            "start": 816505417,
            "stop": 816505957
        },
        {
            "start": 816506176,
            "stop": 816506236
        },
        {
            "start": 816506395,
            "stop": 816506755
        },
        {
            "start": 816506906,
            "stop": 816507626
        }
    ]
}