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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5172",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5173,
    "results": [
        {
            "start": 874756031,
            "stop": 874756037
        },
        {
            "start": 874756044,
            "stop": 874756053
        },
        {
            "start": 874756066,
            "stop": 874756166
        },
        {
            "start": 874756180,
            "stop": 874756229
        },
        {
            "start": 874756236,
            "stop": 874756318
        },
        {
            "start": 874756331,
            "stop": 874756352
        },
        {
            "start": 874756359,
            "stop": 874756386
        },
        {
            "start": 874756393,
            "stop": 874756538
        },
        {
            "start": 874756545,
            "stop": 874756595
        },
        {
            "start": 874756603,
            "stop": 874756604
        },
        {
            "start": 874756612,
            "stop": 874756665
        },
        {
            "start": 874756672,
            "stop": 874756700
        },
        {
            "start": 874756708,
            "stop": 874756744
        },
        {
            "start": 874756751,
            "stop": 874756792
        },
        {
            "start": 874756799,
            "stop": 874756903
        },
        {
            "start": 874756910,
            "stop": 874757006
        },
        {
            "start": 874757013,
            "stop": 874757092
        },
        {
            "start": 874757100,
            "stop": 874757145
        },
        {
            "start": 874757152,
            "stop": 874757243
        },
        {
            "start": 874757250,
            "stop": 874757347
        }
    ]
}