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_H1L1/segments?format=api&page=73
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_H1L1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=72",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 73,
    "results": [
        {
            "start": 819764350,
            "stop": 819764410
        },
        {
            "start": 819796914,
            "stop": 819796974
        },
        {
            "start": 819852196,
            "stop": 819852256
        },
        {
            "start": 819853473,
            "stop": 819853533
        },
        {
            "start": 819853914,
            "stop": 819853974
        },
        {
            "start": 819855438,
            "stop": 819855498
        },
        {
            "start": 819855859,
            "stop": 819855919
        },
        {
            "start": 819857180,
            "stop": 819857300
        },
        {
            "start": 819857460,
            "stop": 819857520
        },
        {
            "start": 819858015,
            "stop": 819858075
        },
        {
            "start": 819859452,
            "stop": 819859572
        },
        {
            "start": 819859992,
            "stop": 819860052
        },
        {
            "start": 819860576,
            "stop": 819860756
        },
        {
            "start": 819860923,
            "stop": 819861343
        },
        {
            "start": 819861530,
            "stop": 819861650
        },
        {
            "start": 819862206,
            "stop": 819862266
        },
        {
            "start": 819862886,
            "stop": 819863006
        },
        {
            "start": 819863155,
            "stop": 819863455
        },
        {
            "start": 819864882,
            "stop": 819865122
        },
        {
            "start": 819866166,
            "stop": 819866286
        }
    ]
}