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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=36",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 37,
    "results": [
        {
            "start": 827792432,
            "stop": 827793115
        },
        {
            "start": 827793898,
            "stop": 827794772
        },
        {
            "start": 827795251,
            "stop": 827817748
        },
        {
            "start": 827819543,
            "stop": 827847293
        },
        {
            "start": 827847599,
            "stop": 827849499
        },
        {
            "start": 827853949,
            "stop": 827859533
        },
        {
            "start": 827859695,
            "stop": 827862602
        },
        {
            "start": 827862651,
            "stop": 827865449
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865648
        },
        {
            "start": 827865698,
            "stop": 827867913
        },
        {
            "start": 827867971,
            "stop": 827868906
        },
        {
            "start": 827869825,
            "stop": 827874125
        },
        {
            "start": 827874208,
            "stop": 827876392
        },
        {
            "start": 827877372,
            "stop": 827882125
        },
        {
            "start": 827883085,
            "stop": 827906172
        },
        {
            "start": 827906406,
            "stop": 827921749
        },
        {
            "start": 827923298,
            "stop": 827945835
        },
        {
            "start": 827947586,
            "stop": 827969873
        },
        {
            "start": 827970007,
            "stop": 827971462
        }
    ]
}