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=964
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=965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=963",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 964,
    "results": [
        {
            "start": 871944620,
            "stop": 871946000
        },
        {
            "start": 871946150,
            "stop": 871950440
        },
        {
            "start": 871950648,
            "stop": 871952238
        },
        {
            "start": 871952388,
            "stop": 871956648
        },
        {
            "start": 871958927,
            "stop": 871963907
        },
        {
            "start": 871964093,
            "stop": 871964333
        },
        {
            "start": 871964483,
            "stop": 871964573
        },
        {
            "start": 871964733,
            "stop": 871971753
        },
        {
            "start": 871971906,
            "stop": 871973046
        },
        {
            "start": 871973976,
            "stop": 871974876
        },
        {
            "start": 871975187,
            "stop": 871975367
        },
        {
            "start": 871976463,
            "stop": 871979283
        },
        {
            "start": 871979508,
            "stop": 871980048
        },
        {
            "start": 871980367,
            "stop": 871980847
        },
        {
            "start": 871981122,
            "stop": 871982022
        },
        {
            "start": 871982292,
            "stop": 871984572
        },
        {
            "start": 871984727,
            "stop": 871989347
        },
        {
            "start": 871989568,
            "stop": 871993708
        },
        {
            "start": 871993861,
            "stop": 871995301
        },
        {
            "start": 871995462,
            "stop": 871995762
        }
    ]
}