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=1043
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=1044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1042",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1043,
    "results": [
        {
            "start": 874559554,
            "stop": 874559854
        },
        {
            "start": 874560017,
            "stop": 874560077
        },
        {
            "start": 874560279,
            "stop": 874560699
        },
        {
            "start": 874560935,
            "stop": 874562135
        },
        {
            "start": 874562165,
            "stop": 874564775
        },
        {
            "start": 874564936,
            "stop": 874565716
        },
        {
            "start": 874565993,
            "stop": 874566293
        },
        {
            "start": 874566634,
            "stop": 874566874
        },
        {
            "start": 874567135,
            "stop": 874567255
        },
        {
            "start": 874569506,
            "stop": 874569746
        },
        {
            "start": 874569969,
            "stop": 874572669
        },
        {
            "start": 874573879,
            "stop": 874577239
        },
        {
            "start": 874577401,
            "stop": 874577461
        },
        {
            "start": 874577665,
            "stop": 874577785
        },
        {
            "start": 874578169,
            "stop": 874578469
        },
        {
            "start": 874578685,
            "stop": 874578745
        },
        {
            "start": 874578805,
            "stop": 874578925
        },
        {
            "start": 874579266,
            "stop": 874579806
        },
        {
            "start": 874579955,
            "stop": 874580315
        },
        {
            "start": 874580941,
            "stop": 874581061
        }
    ]
}